project.json 291 B

123456789101112131415161718192021
  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. "collisionMatrix": {
  17. "0": 1,
  18. "1": 0
  19. }
  20. }
  21. }