Initial game-wide replacement of scrolling playfields

This commit is contained in:
smoogipoo
2018-01-04 18:50:17 +09:00
parent b11f4ab834
commit f34131f8f4
27 changed files with 61 additions and 948 deletions

View File

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