hitbox changes
This commit is contained in:
@@ -62,6 +62,6 @@ func play_attack(anim_name: String = "Attack_OneHand") -> void:
|
||||
animation_player.animation_set_next(anim_name, "")
|
||||
else:
|
||||
# Fallback to default if animation doesn't exist
|
||||
push_warning("Animation '%s' not found, using Attack_OneHand" % anim_name)
|
||||
#push_warning("Animation '%s' not found, using Attack_OneHand" % anim_name)
|
||||
animation_player.play("Attack_OneHand", -1, 1.0)
|
||||
animation_player.animation_set_next("Attack_OneHand", "")
|
||||
|
||||
Reference in New Issue
Block a user