extends Particles func _ready(): emitting = true func _physics_process(_delta): if not emitting: queue_free()