1
0
This repository has been archived on 2026-07-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
countdown-mayhem/assets/scripts/disposableParticles.gd
T
2026-07-26 01:01:08 +02:00

8 lines
126 B
GDScript

extends CPUParticles2D
var unlock := false
func _process(delta: float) -> void:
if unlock and not emitting:
queue_free()