project.json 683 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "collisionMatrix": {
  35. "0": 3,
  36. "1": 39,
  37. "2": 6,
  38. "3": 16,
  39. "4": 40,
  40. "5": 18
  41. }
  42. },
  43. "custom_joint_texture_layouts": []
  44. }