boogit
This commit is contained in:
parent
f5ad603864
commit
ae7b962896
101 changed files with 1520 additions and 0 deletions
8
blood.gd
Normal file
8
blood.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
%CPUParticles2D.emitting = true
|
||||
|
||||
func _on_cpu_particles_2d_finished() -> void:
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue