5 lines
59 B
GDScript
5 lines
59 B
GDScript
extends CPUParticles2D
|
|
|
|
func _on_finished():
|
|
queue_free()
|
extends CPUParticles2D
|
|
|
|
func _on_finished():
|
|
queue_free()
|