mirror of
https://github.com/ppy/osu
synced 2025-03-08 20:40:12 +00:00
Fix incorrect osu! defaults
This commit is contained in:
parent
59fc6cbed7
commit
09b5eef26e
@ -29,8 +29,8 @@ namespace osu.Game.Rulesets.Osu
|
||||
{
|
||||
new KeyBinding(InputKey.Z, OsuAction.LeftButton),
|
||||
new KeyBinding(InputKey.X, OsuAction.RightButton),
|
||||
new KeyBinding(InputKey.LastKey + 1, OsuAction.LeftButton),
|
||||
new KeyBinding(InputKey.LastKey + 2, OsuAction.RightButton),
|
||||
new KeyBinding(InputKey.MouseLeft, OsuAction.LeftButton),
|
||||
new KeyBinding(InputKey.MouseRight, OsuAction.RightButton),
|
||||
};
|
||||
|
||||
public override IEnumerable<BeatmapStatistic> GetBeatmapStatistics(WorkingBeatmap beatmap) => new[]
|
||||
|
Loading…
Reference in New Issue
Block a user