Skip to content

Commit

Permalink
Merge pull request #26162 from Gabixel/alternate-daycore-with-classic…
Browse files Browse the repository at this point in the history
…-hotkey

Cycle between Daycore and Half Time mod when using classic hotkeys style
  • Loading branch information
bdach authored Dec 27, 2023
2 parents 62e6871 + 28a552f commit 10106e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Overlays/Mods/Input/ClassicModHotkeyHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ClassicModHotkeyHandler : IModHotkeyHandler
{
[Key.Q] = new[] { typeof(ModEasy) },
[Key.W] = new[] { typeof(ModNoFail) },
[Key.E] = new[] { typeof(ModHalfTime) },
[Key.E] = new[] { typeof(ModHalfTime), typeof(ModDaycore) },
[Key.A] = new[] { typeof(ModHardRock) },
[Key.S] = new[] { typeof(ModSuddenDeath), typeof(ModPerfect) },
[Key.D] = new[] { typeof(ModDoubleTime), typeof(ModNightcore) },
Expand Down

0 comments on commit 10106e2

Please sign in to comment.