ConfigConst.json 328 B

123456789101112131415
  1. {
  2. "playerMove": {},
  3. "cameraCtrl": {
  4. "rotateSpeed": {
  5. "horizontal": 10,
  6. "vertical": 2,
  7. "moveAfterPlayer": 80
  8. },
  9. "toCenterSpeed": 5,
  10. "minRotationX": 0,
  11. "maxRotationX": 30,
  12. "maxDistanceToPlayer": 7,
  13. "minDistanceToPlayer": 5
  14. }
  15. }