fix linux git plugin ( recompiled for 4.2 with new openssl static library )

move despawnfx.gd to misc folder
This commit is contained in:
2024-02-11 13:50:38 +01:00
parent 89e97a200c
commit b9ad0b6aa2
3 changed files with 2 additions and 1 deletions

8
scenes/misc/DespawnFx.gd Normal file
View 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.