This commit is contained in:
2025-12-18 00:32:46 +01:00
commit 2df6caf257
177 changed files with 3653 additions and 0 deletions

6
world.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Node
func _unhandled_input(event):
if event.is_action_pressed("ui_cancel"):
get_tree().quit()