1
0

initial commit

This commit is contained in:
2026-07-26 01:01:08 +02:00
commit 787cefefd5
86 changed files with 3195 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
extends AudioStreamPlayer2D
func _process(delta: float) -> void:
if not playing:
queue_free()