This commit is contained in:
2026-07-01 20:31:41 +02:00
commit 764d4b15f0
104 changed files with 3665 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extends GPUParticles2D
func _ready() -> void:
restart()
finished.connect(queue_free)