Initial commit
This commit is contained in:
8
scenes/characters/DespawnFx.gd
Normal file
8
scenes/characters/DespawnFx.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends CPUParticles2D
|
||||
|
||||
func _ready():
|
||||
emitting = true
|
||||
await get_tree().create_timer(0.8).timeout
|
||||
queue_free()
|
||||
pass # Replace with function body.
|
||||
|
||||
Reference in New Issue
Block a user