mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
add free mods button to test
This commit is contained in:
parent
92a755c5da
commit
bc94f1b773
@ -50,6 +50,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
PreviousRandom = () => previousRandomCalled = true
|
||||
});
|
||||
footer.AddButton(new FooterButtonOptionsV2());
|
||||
footer.AddButton(new FooterButtonFreeModsV2());
|
||||
|
||||
InputManager.MoveMouseTo(Vector2.Zero);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user