mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:39:54 +08:00
Fix incorrect osu! defaults
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user