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

View File

@@ -0,0 +1,7 @@
extends LimboState
@export var animation_player: AnimationPlayer
@export var animation: StringName
func _enter() -> void:
animation_player.play(animation)

View File

@@ -0,0 +1 @@
uid://dohyq145fqsdy

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()

1
scripts/global.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://m3dspgwiob61