7 lines
108 B
GDScript
7 lines
108 B
GDScript
extends CPUParticles2D
|
|
|
|
func _ready() -> void:
|
|
emitting = true
|
|
|
|
func _on_finished() -> void:
|
|
queue_free()
|