Prepping for other scenes.

This commit is contained in:
2026-01-08 23:12:02 -06:00
parent cd2dd3fe0e
commit ba61ab90a5
25 changed files with 159 additions and 10 deletions

View File

@@ -3,7 +3,9 @@ class_name SceneSingleton extends Node
enum SceneType {
UNSET,
INITIAL,
OVERWORLD
OVERWORLD,
BATTLE,
COOKING
}
var currentScene:SceneType = SceneType.UNSET