project.json 676 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. "design-resolution-height": 640,
  15. "design-resolution-width": 960,
  16. "excluded-modules": [
  17. "EditorBox",
  18. "VideoPlayer",
  19. "WebView",
  20. "StudioComponent"
  21. ],
  22. "fit-height": true,
  23. "fit-width": false,
  24. "group-list": [
  25. "default"
  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. }