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

9
scripts/slash.gd Normal file
View file

@ -0,0 +1,9 @@
extends AnimatedSprite2D
var from_player := false
func _process(delta: float) -> void:
$Hitbox.from_player = from_player
func _on_animation_finished() -> void:
queue_free()