forked from team-sg/hero-mark-2
SPARKLES OMG
This commit is contained in:
parent
3fe77e0052
commit
24e25d6757
7 changed files with 111 additions and 5 deletions
4
scripts/randomize_particle_start.gd
Normal file
4
scripts/randomize_particle_start.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends CPUParticles2D
|
||||
|
||||
func _ready() -> void:
|
||||
preprocess = randf() * lifetime
|
Loading…
Add table
Add a link
Reference in a new issue