project.json 682 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "width": 780,
  6. "height": 1634,
  7. "fitHeight": true,
  8. "fitWidth": false
  9. }
  10. },
  11. "physics": {
  12. "collisionGroups": [
  13. {
  14. "index": 1,
  15. "name": "wall"
  16. },
  17. {
  18. "index": 2,
  19. "name": "role"
  20. },
  21. {
  22. "index": 3,
  23. "name": "stone"
  24. },
  25. {
  26. "index": 4,
  27. "name": "push"
  28. },
  29. {
  30. "index": 5,
  31. "name": "block"
  32. }
  33. ],
  34. "collisionMatrix": {
  35. "0": 1,
  36. "1": 60,
  37. "2": 10,
  38. "3": 62,
  39. "4": 10,
  40. "5": 10
  41. }
  42. },
  43. "custom_joint_texture_layouts": []
  44. }