project.json 758 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "width": 720,
  6. "height": 1334,
  7. "fitHeight": false,
  8. "fitWidth": true
  9. }
  10. },
  11. "physics": {
  12. "collisionGroups": [
  13. {
  14. "index": 1,
  15. "name": "Ball"
  16. },
  17. {
  18. "index": 2,
  19. "name": "Block"
  20. },
  21. {
  22. "index": 3,
  23. "name": "BULLET"
  24. },
  25. {
  26. "index": 4,
  27. "name": "ENEMY"
  28. },
  29. {
  30. "index": 5,
  31. "name": "WALL"
  32. },
  33. {
  34. "index": 6,
  35. "name": "Saw"
  36. }
  37. ],
  38. "collisionMatrix": {
  39. "0": 3,
  40. "1": 39,
  41. "2": 6,
  42. "3": 16,
  43. "4": 120,
  44. "5": 18,
  45. "6": 80
  46. }
  47. },
  48. "custom_joint_texture_layouts": []
  49. }