project.json 907 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. true,
  13. true
  14. ],
  15. [
  16. true,
  17. true
  18. ],
  19. [
  20. true,
  21. false,
  22. true
  23. ]
  24. ],
  25. "design-resolution-height": 640,
  26. "design-resolution-width": 960,
  27. "excluded-modules": [
  28. "TiledMap",
  29. "ProgressBar",
  30. "Toggle",
  31. "PageView",
  32. "PageViewIndicator",
  33. "Slider",
  34. "EditorBox",
  35. "VideoPlayer",
  36. "WebView",
  37. "RichText"
  38. ],
  39. "fit-height": true,
  40. "fit-width": false,
  41. "group-list": [
  42. "default",
  43. "hreo",
  44. "rivel"
  45. ],
  46. "simulator-orientation": false,
  47. "simulator-resolution": {
  48. "height": 640,
  49. "width": 960
  50. },
  51. "use-customize-simulator": false,
  52. "use-project-simulator-setting": false,
  53. "start-scene": "current"
  54. }