mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Merge remote-tracking branch 'upstream/master' into tgi74-hit-shake
This commit is contained in:
@ -30,6 +30,11 @@ namespace osu.Game.Screens.Play.Break
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
|
{
|
||||||
|
new ParallaxContainer
|
||||||
|
{
|
||||||
|
ParallaxAmount = -0.01f,
|
||||||
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
leftGlowIcon = new GlowIcon
|
leftGlowIcon = new GlowIcon
|
||||||
{
|
{
|
||||||
@ -49,6 +54,8 @@ namespace osu.Game.Screens.Play.Break
|
|||||||
BlurSigma = new Vector2(glow_icon_blur_sigma),
|
BlurSigma = new Vector2(glow_icon_blur_sigma),
|
||||||
Size = new Vector2(glow_icon_size),
|
Size = new Vector2(glow_icon_size),
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
new ParallaxContainer
|
new ParallaxContainer
|
||||||
{
|
{
|
||||||
ParallaxAmount = -0.02f,
|
ParallaxAmount = -0.02f,
|
||||||
|
Reference in New Issue
Block a user