project.json 565 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "width": 750,
  6. "height": 1634,
  7. "fitHeight": true
  8. }
  9. },
  10. "custom_joint_texture_layouts": [],
  11. "layer": [
  12. {
  13. "name": "Cube",
  14. "value": 1
  15. }
  16. ],
  17. "physics": {
  18. "collisionGroups": [
  19. {
  20. "index": 1,
  21. "name": "Cube"
  22. },
  23. {
  24. "index": 2,
  25. "name": "Plane"
  26. }
  27. ],
  28. "collisionMatrix": {
  29. "0": 1,
  30. "1": 6,
  31. "2": 2
  32. },
  33. "fixedTimeStep": 0.01639344262295082,
  34. "allowSleep": false
  35. }
  36. }