This commit is contained in:
pennyrigate 2025-07-19 16:54:36 -04:00
commit 6a269eb236
97 changed files with 2137 additions and 0 deletions

View file

@ -0,0 +1,7 @@
extends CPUParticles2D
func _ready() -> void:
emitting = true
func _on_finished() -> void:
queue_free()