mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
Change order of default initialisation to look better in settings
This commit is contained in:
parent
6aa0ca5cc9
commit
566d125658
@ -27,12 +27,12 @@ namespace osu.Game.Rulesets.Taiko
|
|||||||
|
|
||||||
public override IEnumerable<KeyBinding> GetDefaultKeyBindings(int variant = 0) => new[]
|
public override IEnumerable<KeyBinding> GetDefaultKeyBindings(int variant = 0) => new[]
|
||||||
{
|
{
|
||||||
|
new KeyBinding(InputKey.MouseLeft, TaikoAction.LeftCentre),
|
||||||
|
new KeyBinding(InputKey.MouseRight, TaikoAction.LeftRim),
|
||||||
new KeyBinding(InputKey.D, TaikoAction.LeftRim),
|
new KeyBinding(InputKey.D, TaikoAction.LeftRim),
|
||||||
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.MouseRight, TaikoAction.LeftRim),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public override IEnumerable<Mod> ConvertLegacyMods(LegacyMods mods)
|
public override IEnumerable<Mod> ConvertLegacyMods(LegacyMods mods)
|
||||||
|
Loading…
Reference in New Issue
Block a user