1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 17:00:40 +08:00

Remove default bindings for right actions

This commit is contained in:
Tom Arrow
2018-06-19 18:04:53 +02:00
Unverified
parent 58b551b98e
commit d753df65a5
-2
View File
@@ -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)