project.json 648 B

1234567891011121314151617181920212223242526272829303132333435
  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. false,
  15. false
  16. ]
  17. ],
  18. "design-resolution-height": 640,
  19. "design-resolution-width": 960,
  20. "excluded-modules": [],
  21. "fit-height": true,
  22. "fit-width": false,
  23. "group-list": [
  24. "default",
  25. "UI"
  26. ],
  27. "simulator-orientation": false,
  28. "simulator-resolution": {
  29. "height": 640,
  30. "width": 960
  31. },
  32. "use-customize-simulator": false,
  33. "use-project-simulator-setting": false,
  34. "start-scene": "current"
  35. }