speedin-santa/Scripts/Effects/RandomParticleStart.gd
2024-12-20 01:39:49 -05:00

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