project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "WebGL Renderer",
  18. "Renderer Texture",
  19. "Dynamic Atlas",
  20. "LabelOutline",
  21. "Mask",
  22. "Graphics",
  23. "ParticleSystem",
  24. "TiledMap",
  25. "Spine Skeleton",
  26. "DragonBones",
  27. "RichText",
  28. "MotionStreak",
  29. "Widget",
  30. "Button",
  31. "ProgressBar",
  32. "ScrollBar",
  33. "Toggle",
  34. "PageView",
  35. "PageViewIndicator",
  36. "Slider",
  37. "EditBox",
  38. "VideoPlayer",
  39. "WebView",
  40. "Audio",
  41. "AudioSource",
  42. "Animation",
  43. "Collider",
  44. "Action",
  45. "Physics",
  46. "NodePool",
  47. "StudioComponent",
  48. "Intersection",
  49. "Native NetWork",
  50. "3D",
  51. "Mesh"
  52. ],
  53. "fit-height": true,
  54. "fit-width": false,
  55. "group-list": [
  56. "default"
  57. ],
  58. "simulator-orientation": false,
  59. "simulator-resolution": {
  60. "height": 640,
  61. "width": 960
  62. },
  63. "use-customize-simulator": false,
  64. "use-project-simulator-setting": false,
  65. "start-scene": "current"
  66. }