project.json 447 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "height": 1280,
  6. "width": 720
  7. }
  8. },
  9. "custom_joint_texture_layouts": [],
  10. "physics": {
  11. "collisionGroups": [
  12. {
  13. "index": 1,
  14. "name": "Floor"
  15. },
  16. {
  17. "index": 2,
  18. "name": "Role"
  19. }
  20. ],
  21. "collisionMatrix": {
  22. "0": 1,
  23. "1": 4,
  24. "2": 58,
  25. "3": 4,
  26. "4": 4,
  27. "5": 4
  28. }
  29. }
  30. }