removed s shortcut for sound fx toggle
This commit is contained in:
@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user