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

@ -58,7 +58,7 @@ namespace osu.Game.Rulesets.Mania.UI
private readonly int columnCount;
public ManiaPlayfield(int columnCount)
: base(Direction.Vertical)
: base(ScrollingDirection.Down)
{
this.columnCount = columnCount;