Update PlayerMovement.cs
This commit is contained in:
parent
f927a71fab
commit
145fe769fb
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue