Make the column hitobject area follow the scroll direction

This commit is contained in:
smoogipoo
2018-06-07 21:40:12 +09:00
parent 0c35908802
commit 32037701bf
3 changed files with 107 additions and 52 deletions

View File

@ -22,7 +22,8 @@ namespace osu.Game.Rulesets.Mania.Tests
{
typeof(Column),
typeof(ColumnBackground),
typeof(ColumnKeyArea)
typeof(ColumnKeyArea),
typeof(ColumnHitObjectArea)
};
public TestCaseColumn()