1
0
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:
mk56-spn 2023-01-23 16:43:38 +01:00
parent 92a755c5da
commit bc94f1b773

View File

@ -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);