project.json 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. false,
  18. false,
  19. true
  20. ],
  21. [
  22. true,
  23. false,
  24. false,
  25. null,
  26. false
  27. ],
  28. [
  29. false,
  30. true,
  31. false,
  32. false
  33. ],
  34. [
  35. false,
  36. false,
  37. false,
  38. false,
  39. false
  40. ]
  41. ],
  42. "design-resolution-height": 640,
  43. "design-resolution-width": 960,
  44. "excluded-modules": [],
  45. "fit-height": true,
  46. "fit-width": false,
  47. "group-list": [
  48. "default",
  49. "hero",
  50. "line",
  51. "layout",
  52. "item"
  53. ],
  54. "simulator-orientation": false,
  55. "simulator-resolution": {
  56. "height": 640,
  57. "width": 960
  58. },
  59. "use-customize-simulator": false,
  60. "use-project-simulator-setting": false,
  61. "start-scene": "current"
  62. }