scene stuff

This commit is contained in:
2025-05-05 19:27:19 -05:00
parent 7106469bd1
commit 43487bb448
11 changed files with 110 additions and 8 deletions

View File

@@ -7,4 +7,4 @@ var systems:Systems;
func _ready() -> void:
print("Game started");
systems = $Systems;
systems.SCENE.setScene(SceneSystem.DawnScene.OVERWORLD);
systems.SCENE.setScene(SceneSystem.DawnScene.MAIN_MENU);