hobo zombre

This commit is contained in:
Rendo 2025-07-12 01:58:34 +05:00
commit b26b4b97f7
8 changed files with 1378 additions and 131 deletions

View file

@ -11,7 +11,7 @@ public partial class HoboBehaviour : Node
public void Trashed()
{
canDestroyed = true;
((AnimationNodeStateMachinePlayback)_animationTree.Get("parameters/Tree/playback")).Travel("hobo_zombie_can_destroy");
((AnimationNodeStateMachinePlayback)_animationTree.Get("parameters/Tree/playback")).Travel("Destroy");
_eatBox._damage.SetMult(3.0f);
}
}