removed s shortcut for sound fx toggle

This commit is contained in:
2025-12-21 17:22:30 +01:00
parent ab22d4c34f
commit b46af7ab1d
10 changed files with 236 additions and 8 deletions

View File

@ -1248,7 +1248,7 @@ void MenuState::render(SDL_Renderer* renderer, float logicalScale, SDL_Rect logi
{"ESC", "Back / cancel current popup"},
{"F11 or ALT+ENTER", "Toggle fullscreen"},
{"M", "Mute or unmute music"},
{"S", "Toggle sound effects"}
{"K", "Toggle sound effects"}
};
const ShortcutEntry menuShortcuts[] = {
{"ARROW KEYS", "Navigate menu buttons"},

View File

@ -322,6 +322,7 @@ void PlayingState::render(SDL_Renderer* renderer, float logicalScale, SDL_Rect l
ctx.scorePanelTex,
ctx.nextPanelTex,
ctx.holdPanelTex,
paused,
1200.0f,
1000.0f,
logicalScale,
@ -438,6 +439,7 @@ void PlayingState::render(SDL_Renderer* renderer, float logicalScale, SDL_Rect l
ctx.scorePanelTex,
ctx.nextPanelTex,
ctx.holdPanelTex,
paused,
1200.0f,
1000.0f,
logicalScale,