1
0

final commit

This commit is contained in:
2026-07-26 18:54:03 +02:00
parent 4438d9d886
commit c818fba5e9
45 changed files with 1791 additions and 67 deletions
+9
View File
@@ -0,0 +1,9 @@
extends Area2D
var timer := 0.0
func _process(delta):
timer += delta
if timer > 1:
queue_free()