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

8
scripts/scithe_attack.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node2D
func set_from_player(val):
$Anchor/Scithe/Hitbox.from_player = val
func _on_animation_player_animation_finished(_anim_name: StringName) -> void:
queue_free()