player walk animation

This commit is contained in:
2023-06-29 14:51:46 +03:00
parent e8b52c1062
commit bdb4bfd3c3
4 changed files with 68 additions and 11 deletions
+4
View File
@@ -2,6 +2,10 @@ using UnityEngine;
public class EnemyAI : Character
{
protected override void SetWalkingAnimation(bool isWalking)
{
}
private void Update()
{
float horizontal = 0;