Implement proper scrolling directions

This commit is contained in:
smoogipoo
2018-01-04 19:17:40 +09:00
parent f34131f8f4
commit 651e24e3cc
8 changed files with 53 additions and 21 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Catch.UI
private readonly CatcherArea catcherArea;
public CatchPlayfield(BeatmapDifficulty difficulty)
: base(Direction.Vertical)
: base(ScrollingDirection.Down)
{
Container explodingFruitContainer;