super karta

This commit is contained in:
DedMoroz132
2022-05-09 23:27:25 +07:00
parent c6532205ae
commit 457c30c4a8
8 changed files with 218 additions and 21 deletions

View File

@ -147,7 +147,7 @@ public class scr_CharacterController : MonoBehaviour
{
isSprinting = false;
}
if (input_Movement.y <= 0.2f)
if (input_Movement.y <= 0.2f && input_Movement.y <= 0.3f)
{
isWalking = false;
}