5 lines
87 B
GDScript
5 lines
87 B
GDScript
extends GPUParticles2D
|
|
|
|
func _ready() -> void:
|
|
restart()
|
|
finished.connect(queue_free) |