mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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
|
PreviousRandom = () => previousRandomCalled = true
|
||||||
});
|
});
|
||||||
footer.AddButton(new FooterButtonOptionsV2());
|
footer.AddButton(new FooterButtonOptionsV2());
|
||||||
|
footer.AddButton(new FooterButtonFreeModsV2());
|
||||||
|
|
||||||
InputManager.MoveMouseTo(Vector2.Zero);
|
InputManager.MoveMouseTo(Vector2.Zero);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user