Update PlayerMovement.cs

This commit is contained in:
BOT Alex 2024-02-04 04:56:53 +01:00
parent f927a71fab
commit 145fe769fb
1 changed files with 0 additions and 8 deletions

View File

@ -50,14 +50,6 @@ public class PlayerMovement : MonoBehaviour
pad.SetLightBarColor(Color.red); pad.SetLightBarColor(Color.red);
} }
} }
void Update()
{
if (playerInput.movement != Vector2.zero)
{
animationHandler.Run();
}
}
private void FixedUpdate() private void FixedUpdate()
{ {
if (whipAttack.IsBeingWhipped) if (whipAttack.IsBeingWhipped)