End of chapter 4, World map scripts.

This commit is contained in:
2025-04-05 16:36:08 -03:00
parent fc038ba113
commit d6ef6289ea
6 changed files with 39 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ func loadScene(caller: Node, path: String):
get_tree().root.add_child(loadingScene)
ResourceLoader.load_threaded_request(scenePath)
print(scenePath)
#print(scenePath)
caller.queue_free()