Revert "Add slight parallax to centre content"

This reverts commit 90d06d4496.
This commit is contained in:
Dean Herbert 2024-08-28 15:32:59 +09:00
parent a3b0ff4808
commit 47a52d10eb
No known key found for this signature in database

View File

@ -89,12 +89,6 @@ namespace osu.Game.Screens.Play
},
}
},
new ParallaxContainer
{
RelativeSizeAxes = Axes.Both,
ParallaxAmount = -0.008f,
Children = new Drawable[]
{
remainingTimeAdjustmentBox = new Container
{
Anchor = Anchor.Centre,
@ -123,8 +117,6 @@ namespace osu.Game.Screens.Play
Origin = Anchor.TopCentre,
Y = vertical_margin,
},
},
},
breakArrows = new BreakArrows
{
Anchor = Anchor.Centre,