This commit is contained in:
pennyrigate 2025-07-23 17:19:33 -04:00
parent f5ad603864
commit ae7b962896
101 changed files with 1520 additions and 0 deletions

8
blood.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node2D
func _ready() -> void:
%CPUParticles2D.emitting = true
func _on_cpu_particles_2d_finished() -> void:
queue_free()