settings, small fixes

This commit is contained in:
Daniel Kauss Serna 2026-02-15 16:17:51 +01:00
parent b12c193636
commit e08e3ebb13
174 changed files with 997 additions and 1040 deletions

8
scripts/scythe_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()