project.json 595 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "__version__": "1.0.6",
  3. "general": {
  4. "designResolution": {
  5. "width": 720,
  6. "height": 1334
  7. }
  8. },
  9. "physics": {
  10. "collisionGroups": [
  11. {
  12. "index": 1,
  13. "name": "Ball"
  14. },
  15. {
  16. "index": 2,
  17. "name": "Block"
  18. },
  19. {
  20. "index": 3,
  21. "name": "BULLET"
  22. },
  23. {
  24. "index": 4,
  25. "name": "ENEMY"
  26. },
  27. {
  28. "index": 5,
  29. "name": "WALL"
  30. }
  31. ],
  32. "collisionMatrix": {
  33. "0": 3,
  34. "1": 39,
  35. "2": 6,
  36. "3": 16,
  37. "4": 40,
  38. "5": 18
  39. }
  40. }
  41. }