Prepping for other scenes.
This commit is contained in:
@@ -3,7 +3,9 @@ class_name SceneSingleton extends Node
|
||||
enum SceneType {
|
||||
UNSET,
|
||||
INITIAL,
|
||||
OVERWORLD
|
||||
OVERWORLD,
|
||||
BATTLE,
|
||||
COOKING
|
||||
}
|
||||
|
||||
var currentScene:SceneType = SceneType.UNSET
|
||||
|
||||
Reference in New Issue
Block a user