Make all Playfields completely relative.

This commit is contained in:
Dean Herbert
2017-04-10 19:21:27 +09:00
parent cd016c57c8
commit 960ea27684
5 changed files with 9 additions and 11 deletions

View File

@ -14,8 +14,7 @@ namespace osu.Game.Modes.Catch.UI
{
public CatchPlayfield()
{
RelativeSizeAxes = Axes.Y;
Size = new Vector2(512, 0.9f);
Size = new Vector2(1, 0.9f);
Anchor = Anchor.BottomCentre;
Origin = Anchor.BottomCentre;