extends CPUParticles2D var unlock := false func _process(delta: float) -> void: if unlock and not emitting: queue_free()