project.json 811 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "PageView",
  22. "PageViewIndicator",
  23. "VideoPlayer",
  24. "WebView",
  25. "Physics",
  26. "StudioComponent",
  27. "Native NetWork",
  28. "3D",
  29. "Mesh"
  30. ],
  31. "fit-height": true,
  32. "fit-width": false,
  33. "group-list": [
  34. "default",
  35. "GameUI"
  36. ],
  37. "simulator-orientation": false,
  38. "simulator-resolution": {
  39. "height": 640,
  40. "width": 960
  41. },
  42. "use-customize-simulator": false,
  43. "use-project-simulator-setting": false,
  44. "start-scene": "current"
  45. }