project.json 562 B

12345678910111213141516171819202122232425262728
  1. {
  2. "collision-matrix": [
  3. [
  4. true
  5. ]
  6. ],
  7. "excluded-modules": [],
  8. "group-list": [
  9. "default"
  10. ],
  11. "start-scene": "current",
  12. "design-resolution-width": 960,
  13. "design-resolution-height": 640,
  14. "fit-width": false,
  15. "fit-height": true,
  16. "use-project-simulator-setting": false,
  17. "simulator-orientation": false,
  18. "use-customize-simulator": false,
  19. "simulator-resolution": {
  20. "width": 960,
  21. "height": 640
  22. },
  23. "cocos-analytics": {
  24. "enable": false,
  25. "appID": "13798",
  26. "appSecret": "959b3ac0037d0f3c2fdce94f8421a9b2"
  27. }
  28. }