add main menu and scene manager

This commit was merged in pull request #20.
This commit is contained in:
2026-05-18 19:17:21 +00:00
parent 0e56a84a95
commit fcab02469a
19 changed files with 253 additions and 26 deletions

View File

@@ -45,4 +45,4 @@ func resume_game() -> void:
get_tree().paused = false
func quit_game() -> void:
get_tree().quit()
SceneManager.quit_game()