Files
rewave/scenes/misc/DespawnFx.gd
2024-02-11 13:50:38 +01:00

9 lines
151 B
GDScript

extends CPUParticles2D
func _ready():
emitting = true
await get_tree().create_timer(0.8).timeout
queue_free()
pass # Replace with function body.