first commit

This commit is contained in:
2025-07-20 10:34:21 +02:00
commit a5634c4619
812 changed files with 61126 additions and 0 deletions

5
scripts/global.gd Normal file
View File

@@ -0,0 +1,5 @@
extends Node
func _input(event: InputEvent) -> void:
if event.is_action("Quit"):
get_tree().quit()