mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +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.F, TaikoAction.LeftCentre),
|
||||||
new KeyBinding(InputKey.J, TaikoAction.RightCentre),
|
new KeyBinding(InputKey.J, TaikoAction.RightCentre),
|
||||||
new KeyBinding(InputKey.K, TaikoAction.RightRim),
|
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)
|
public override IEnumerable<Mod> GetModsFor(ModType type)
|
||||||
|
Loading…
Reference in New Issue
Block a user