Refactor code structure for improved readability and maintainability

This commit is contained in:
John Doe
2026-05-09 16:35:25 +02:00
parent ac80210ba5
commit c7ff5ae4cf
12 changed files with 287 additions and 21 deletions
+16
View File
@@ -24,6 +24,22 @@ keybinding_start_menu:
joybuttondown_16: toggle_pause
joybuttondown_12: quit_game
keybinding_level_intro:
joybuttondown_13: reset_game
joybuttondown_12: quit_game
keybinding_level_clear:
joybuttondown_13: reset_game
joybuttondown_12: quit_game
keybinding_defeat:
joybuttondown_13: reset_game
joybuttondown_12: quit_game
keybinding_run_complete:
joybuttondown_13: reset_game
joybuttondown_12: quit_game
keybinding_paused:
joybuttondown_13: reset_game
joybuttondown_16: toggle_pause