look x limit

This commit is contained in:
2022-01-29 15:40:02 +01:00
parent 120fa2a82b
commit efb40a50bd
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class PlayerController : MonoBehaviour
public float runningSpeed = 7.5f;
public float jumpSpeed = 7.5f;
public float lookSpeed = 7.5f;
public float lookXLimit = 7.5f;
public float lookXLimit = 40.0f;
public Camera playerCamera;
public ParticleSystem runningParticles;
Vector3 moveDirection = Vector3.zero;