This commit is contained in:
Dean Herbert
2017-08-08 13:31:55 +09:00
parent e00ea2db04
commit 2203d55d64
3 changed files with 3 additions and 10 deletions

View File

@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Catch.UI
public CatchPlayfield()
: base(Axes.Y)
{
Reversed.Value = true;
Size = new Vector2(1);
Anchor = Anchor.TopCentre;
@ -30,9 +32,7 @@ namespace osu.Game.Rulesets.Catch.UI
{
content = new Container<Drawable>
{
Scale = new Vector2(1, -1),
RelativeSizeAxes = Axes.Both,
Origin = Anchor.BottomLeft
},
catcherArea = new CatcherArea
{