mirror of
https://github.com/ppy/osu
synced 2024-12-20 05:42:54 +00:00
Revert "Add slight parallax to centre content"
This reverts commit 90d06d4496
.
This commit is contained in:
parent
a3b0ff4808
commit
47a52d10eb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user