project.json 600 B

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