4 lines
80 B
GDScript
4 lines
80 B
GDScript
extends CPUParticles2D
|
|
|
|
func _ready() -> void:
|
|
preprocess = randf() * lifetime
|