Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -26,6 +26,30 @@ keybinding_start_menu:
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
keybinding_level_intro:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
keybinding_level_clear:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
keybinding_defeat:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
keybinding_run_complete:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
keydown_M: toggle_audio
|
||||
keydown_F: toggle_full_screen
|
||||
|
||||
keybinding_paused:
|
||||
keydown_Return: reset_game
|
||||
keydown_Escape: quit_game
|
||||
|
||||
Reference in New Issue
Block a user