mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 23:03:21 +08:00
fix test
This commit is contained in:
parent
29c2e821ea
commit
e5bc359b88
@ -123,7 +123,9 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("enable automatic bank assignment", () =>
|
||||
{
|
||||
InputManager.PressKey(Key.LShift);
|
||||
InputManager.PressKey(Key.LAlt);
|
||||
InputManager.Key(Key.Q);
|
||||
InputManager.ReleaseKey(Key.LAlt);
|
||||
InputManager.ReleaseKey(Key.LShift);
|
||||
});
|
||||
AddStep("select circle placement tool", () => InputManager.Key(Key.Number2));
|
||||
@ -186,7 +188,9 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
AddStep("select drum bank", () =>
|
||||
{
|
||||
InputManager.PressKey(Key.LShift);
|
||||
InputManager.PressKey(Key.LAlt);
|
||||
InputManager.Key(Key.R);
|
||||
InputManager.ReleaseKey(Key.LAlt);
|
||||
InputManager.ReleaseKey(Key.LShift);
|
||||
});
|
||||
AddStep("enable clap addition", () => InputManager.Key(Key.R));
|
||||
|
Loading…
Reference in New Issue
Block a user