unoragnize to merge

This commit is contained in:
2021-11-29 13:05:00 -06:00
parent 6bf3263115
commit 3a3d987ee3
50 changed files with 1072 additions and 46 deletions

View File

@@ -51,7 +51,8 @@ func free_connected_node(node: Node, connected_function: String) -> void:
func new_game() -> void:
if get_tree().change_scene(world_path) != OK:
#if get_tree().change_scene(world_path) != OK:
if get_tree().change_scene("res://Levels/Level 4.tscn"):
print('ERROR: Main failed to change scene to World.')
return