project.json 487 B

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