I added a constants file and replaced strings and repetitive thingys, changed some...
authorEduardo <[email protected]>
Sun, 5 May 2024 17:13:54 +0000 (19:13 +0200)
committerEduardo <[email protected]>
Sun, 5 May 2024 17:13:54 +0000 (19:13 +0200)
commitfd8f86531ad42994e4627d6c8f14037b65faf4ad
treea0d8fadaa995e25ff312f18c295bcd887939ba7b
parentd9a01cfc87d09a8bbe398f3caa2420ccc53ed47e
I added a constants file and replaced strings and repetitive thingys, changed some animations and added others
12 files changed:
CONSTANTS.gd [new file with mode: 0644]
project.godot
scenes/MainMenu.tscn [deleted file]
scenes/SplashScreen.tscn [deleted file]
scenes/base_level/BaseLevel.tscn [new file with mode: 0644]
scenes/base_level/base_level.gd [new file with mode: 0644]
scenes/main_menu.gd [deleted file]
scenes/main_menu/MainMenu.tscn [new file with mode: 0644]
scenes/main_menu/main_menu.gd [new file with mode: 0644]
scenes/splash_screen.gd [deleted file]
scenes/splash_screen/SplashScreen.tscn [new file with mode: 0644]
scenes/splash_screen/splash_screen.gd [new file with mode: 0644]