Zshandi / SuperSpherebox65

This is a preliminary repository for my groups GGJ 2024 entry.
0 stars 0 forks source link

Add signals for a game to unload and reload itself #18

Closed Zshandi closed 6 months ago

Zshandi commented 6 months ago

Add quit_game signal to Game for quitting the current game

Add restart_game signal to Game for restarting the current game

Add save_game signal to Game to later be used for saving the game (in #5)

Update the Game overridable methods to have more accurate names & descriptions

Move menu music play/stop to be totally in the GameSelect.gd for proper encapsulation

Fix issue with main menu not allowing clicking the game images

Closes #17 Add ability to base game class to unload itself