shortcuts

This commit is contained in:
2024-03-15 14:00:31 +01:00
parent 030b4125e4
commit 032832a6b0
6 changed files with 64 additions and 4 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ func _ready():
func _process(delta):
pass
if Input.is_key_pressed(KEY_ESCAPE):
get_tree().quit()
func _on_goal_area_left_body_entered(body):