project.json 498 B

12345678910111213141516171819202122232425262728293031323334
  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. }
  34. }