mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Initial game-wide replacement of scrolling playfields
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user