7 lines
180 B
GDScript
7 lines
180 B
GDScript
extends GPUParticles3D
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
await get_tree().create_timer(randf_range(0, 1)).timeout
|
|
emitting = false
|