This commit is contained in:
EVAST9919
2017-05-02 22:46:18 +03:00
parent 7e1efcc20b
commit 37c3133981
2 changed files with 4 additions and 9 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.UI
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
AutoSizeAxes = Axes.Both,
Position = new Vector2(0, 30),
Position = new Vector2(0, 25),
};
[BackgroundDependencyLoader]