6 lines
76 B
GDScript
6 lines
76 B
GDScript
extends CPUParticles2D
|
|
|
|
func _process(delta):
|
|
if !emitting:
|
|
queue_free()
|