speedin-santa/Scripts/Effects/RandomParticleStart.gd

7 lines
180 B
GDScript3
Raw Permalink Normal View History

2024-12-18 16:35:26 -05:00
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