Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-09 16:35:25 +02:00
parent ac80210ba5
commit c7ff5ae4cf
12 changed files with 287 additions and 21 deletions
+24
View File
@@ -25,6 +25,30 @@ keybinding_start_menu:
controllerbuttondown_misc1: quit_game
controllerbuttondown_guide: quit_game
keybinding_level_intro:
controllerbuttondown_a: reset_game
controllerbuttondown_start: reset_game
controllerbuttondown_misc1: quit_game
controllerbuttondown_guide: quit_game
keybinding_level_clear:
controllerbuttondown_a: reset_game
controllerbuttondown_start: reset_game
controllerbuttondown_misc1: quit_game
controllerbuttondown_guide: quit_game
keybinding_defeat:
controllerbuttondown_a: reset_game
controllerbuttondown_start: reset_game
controllerbuttondown_misc1: quit_game
controllerbuttondown_guide: quit_game
keybinding_run_complete:
controllerbuttondown_a: reset_game
controllerbuttondown_start: reset_game
controllerbuttondown_misc1: quit_game
controllerbuttondown_guide: quit_game
keybinding_paused:
controllerbuttondown_start: toggle_pause
controllerbuttondown_dpad_up: menu_up