monke
This commit is contained in:
6
Test_Scene.gd
Normal file
6
Test_Scene.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Spatial
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
if Input.is_action_just_pressed("reset_map"):
|
||||
get_tree().reload_current_scene()
|
||||
Reference in New Issue
Block a user