This commit is contained in:
Victor Turgeon
2022-10-11 21:21:27 -04:00
parent 4973e22d23
commit d31b299251
15 changed files with 261 additions and 24 deletions

6
Test_Scene.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Spatial
func _physics_process(delta):
if Input.is_action_just_pressed("reset_map"):
get_tree().reload_current_scene()