mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Rename variable/text to be more verbose as to toggle purpose
This commit is contained in:
@ -69,7 +69,7 @@ namespace osu.Game.Input.Bindings
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.Plus }, GlobalAction.IncreaseScrollSpeed),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.Minus }, GlobalAction.DecreaseScrollSpeed),
|
||||
new KeyBinding(InputKey.MouseMiddle, GlobalAction.PauseGameplay),
|
||||
new KeyBinding(InputKey.Space, GlobalAction.PauseReplay),
|
||||
new KeyBinding(InputKey.Space, GlobalAction.TogglePauseReplay),
|
||||
new KeyBinding(InputKey.Control, GlobalAction.HoldForHUD),
|
||||
};
|
||||
|
||||
@ -198,7 +198,7 @@ namespace osu.Game.Input.Bindings
|
||||
[Description("Random Skin")]
|
||||
RandomSkin,
|
||||
|
||||
[Description("Pause Replay")]
|
||||
PauseReplay,
|
||||
[Description("Pause / resume replay")]
|
||||
TogglePauseReplay,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user