Just making things work again

This commit is contained in:
2025-08-30 21:38:53 -05:00
parent 6f1defb3da
commit 3ccf4ebabb
10 changed files with 102 additions and 44 deletions

View File

@@ -11,6 +11,7 @@ func _exit_tree() -> void:
push_error("RootScene should not be removed from the scene tree. This is a bug.")
func onSceneChange(newScene:SceneSingleton.SceneType) -> void:
print("overworld", overworld)
remove_child(overworld)
remove_child(initial)