project.json 846 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "width": 750,
  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. "index": 7,
  39. "name": "EnemyProjectile"
  40. }
  41. ],
  42. "collisionMatrix": {
  43. "0": 3,
  44. "1": 39,
  45. "2": 22,
  46. "3": 16,
  47. "4": 124,
  48. "5": 146,
  49. "6": 80,
  50. "7": 32
  51. }
  52. },
  53. "custom_joint_texture_layouts": []
  54. }