Post Game jam commit

This commit is contained in:
Daniel Kauss Serna 2026-02-03 21:06:49 +01:00
commit 6db2131520
164 changed files with 172524 additions and 0 deletions

10
scripts/spit_payload.gd Normal file
View file

@ -0,0 +1,10 @@
extends CPUParticles2D
func _ready() -> void:
emitting = true
func set_from_player(value):
$Hitbox.from_player = value
func _on_finished() -> void:
queue_free()