Exemplo n.º 1
0
 private void RegularMove(Vector2 input)
 {
     rb.velocity = input * GetModifierSpeed() * blood.GetMovementSpeedMod();
     velocity    = rb.velocity;
     feetAnimator.SetFloat("Speed", rb.velocity.magnitude);
 }