mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Update test to match test beamap data
This commit is contained in:
parent
59d6a718d6
commit
4cdce69f7e
@ -57,12 +57,12 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
|
||||
{
|
||||
AddStep("enable rectangular grid", () => InputManager.Key(Key.Y));
|
||||
AddUntilStep("rectangular grid visible", () => this.ChildrenOfType<OsuRectangularPositionSnapGrid>().Any());
|
||||
gridSizeIs(32);
|
||||
gridSizeIs(4);
|
||||
|
||||
nextGridSizeIs(4);
|
||||
nextGridSizeIs(8);
|
||||
nextGridSizeIs(16);
|
||||
nextGridSizeIs(32);
|
||||
nextGridSizeIs(4);
|
||||
}
|
||||
|
||||
private void nextGridSizeIs(int size)
|
||||
|
Loading…
Reference in New Issue
Block a user