hobo zombre
This commit is contained in:
parent
5c13c0b4cd
commit
b26b4b97f7
8 changed files with 1378 additions and 131 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue