mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Add mouse buttons defaults for taiko
This commit is contained in:
parent
a18b2bd5f0
commit
325eaa8671
@ -27,6 +27,10 @@ namespace osu.Game.Rulesets.Taiko
|
||||
new KeyBinding(InputKey.F, TaikoAction.LeftCentre),
|
||||
new KeyBinding(InputKey.J, TaikoAction.RightCentre),
|
||||
new KeyBinding(InputKey.K, TaikoAction.RightRim),
|
||||
new KeyBinding(InputKey.MouseLeft, TaikoAction.LeftCentre),
|
||||
new KeyBinding(InputKey.MouseLeft, TaikoAction.RightCentre),
|
||||
new KeyBinding(InputKey.MouseRight, TaikoAction.LeftRim),
|
||||
new KeyBinding(InputKey.MouseRight, TaikoAction.RightRim),
|
||||
};
|
||||
|
||||
public override IEnumerable<Mod> GetModsFor(ModType type)
|
||||
|
Loading…
Reference in New Issue
Block a user