Merge remote-tracking branch 'upstream/master' into tgi74-hit-shake

This commit is contained in:
Dean Herbert
2018-08-24 15:26:46 +09:00

View File

@ -30,6 +30,11 @@ namespace osu.Game.Screens.Play.Break
{
RelativeSizeAxes = Axes.Both;
InternalChildren = new Drawable[]
{
new ParallaxContainer
{
ParallaxAmount = -0.01f,
Children = new Drawable[]
{
leftGlowIcon = new GlowIcon
{
@ -49,6 +54,8 @@ namespace osu.Game.Screens.Play.Break
BlurSigma = new Vector2(glow_icon_blur_sigma),
Size = new Vector2(glow_icon_size),
},
}
},
new ParallaxContainer
{
ParallaxAmount = -0.02f,