Files
rewave/scenes/characters/DespawnFx.gd
2024-02-08 22:16:58 +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.