7 lines
180 B
GDScript3
7 lines
180 B
GDScript3
![]() |
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
|