initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extends CPUParticles2D
|
||||
|
||||
var unlock := false
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
if unlock and not emitting:
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user