mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 10:33:07 +08:00
Remove default bindings for right actions
This commit is contained in:
parent
58b551b98e
commit
d753df65a5
@ -32,9 +32,7 @@ namespace osu.Game.Rulesets.Taiko
|
||||
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> ConvertLegacyMods(LegacyMods mods)
|
||||
|
Loading…
Reference in New Issue
Block a user