5 lines
68 B
GDScript
5 lines
68 B
GDScript
extends GPUParticles2D
|
|
|
|
|
|
func _on_finished() -> void:
|
|
queue_free()
|