project.json 395 B

123456789101112131415161718192021222324252627
  1. {
  2. "__version__": "1.0.4",
  3. "general": {
  4. "designResolution": {
  5. "width": 2000,
  6. "height": 1397,
  7. "fitHeight": true
  8. }
  9. },
  10. "physics": {
  11. "collisionGroups": [
  12. {
  13. "index": 1,
  14. "name": "Ball"
  15. },
  16. {
  17. "index": 2,
  18. "name": "GouLanzi"
  19. }
  20. ],
  21. "collisionMatrix": {
  22. "0": 1,
  23. "1": 4,
  24. "2": 2
  25. }
  26. }
  27. }