1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 12:35:34 +08:00

Fix background being cut off at the top of the screen (#4207)

Fix background being cut off at the top of the screen
This commit is contained in:
ProgrammaticNajel 2019-02-06 17:14:33 +08:00 committed by Dean Herbert
parent 0d6ce3b8bb
commit 9f8e724a76

View File

@ -14,6 +14,8 @@ namespace osu.Game.Screens
{
Scale = new Vector2(1.06f);
RelativeSizeAxes = Axes.Both;
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
}
//public float ParallaxAmount { set => parallax.ParallaxAmount = ParallaxContainer.DEFAULT_PARALLAX_AMOUNT * value; }