Add more menus and endless mode

This commit is contained in:
Andrew Trieu
2025-04-20 22:37:10 +03:00
committed by Andrew Trieu
parent d2beb3540a
commit 2f75df211f
44 changed files with 651 additions and 65 deletions

View File

@@ -8,4 +8,7 @@ global.heal_key_pressed = 0;
global.start_key_pressed = 0;
global.space_key_pressed = 0;
global.back_key_pressed = 0;
global.pause_key_pressed = 0;
global.pause_key_pressed = 0;
global.shift_key_pressed = 0;
global.one_key_pressed = 0;
global.two_key_pressed = 0;