Add goblin animation

This commit is contained in:
2023-08-02 14:39:25 +00:00
parent 91f5db3c18
commit be3928894f
9 changed files with 6846 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ public class EnemyAI : Character
protected override void SetWalkingAnimation(bool isWalking)
{
_animator.SetBool("Walk",isWalking);
}
private void Update()