JSON System Implemented

This commit is contained in:
Patrick_Pluto 2024-06-14 09:42:54 +02:00
parent bf80420f22
commit 01cd337c66
20 changed files with 21 additions and 519 deletions

View file

@ -1,4 +1,10 @@
extends Node
func _on_pressed():
get_tree().change_scene_to_file("res://scenes/test/map.tscn")
func _on_button_pressed():
get_tree().change_scene_to_file("res://testing/test/map.tscn")
func _on_button_2_pressed():
get_tree().change_scene_to_file("res://scenes/menu/create.tscn")

View file

@ -24,3 +24,4 @@ func start():
$camera.enabled = true
active = true
toCalculate = position