project.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "ParticleSystem",
  22. "TiledMap",
  23. "Spine Skeleton",
  24. "DragonBones",
  25. "RichText",
  26. "MotionStreak",
  27. "ProgressBar",
  28. "ScrollBar",
  29. "Toggle",
  30. "PageView",
  31. "PageViewIndicator",
  32. "Slider",
  33. "EditBox",
  34. "VideoPlayer",
  35. "WebView",
  36. "Audio",
  37. "AudioSource",
  38. "Collider",
  39. "Physics",
  40. "NodePool",
  41. "StudioComponent",
  42. "Intersection",
  43. "Native NetWork",
  44. "3D"
  45. ],
  46. "fit-height": true,
  47. "fit-width": false,
  48. "group-list": [
  49. "default"
  50. ],
  51. "simulator-orientation": false,
  52. "simulator-resolution": {
  53. "height": 640,
  54. "width": 960
  55. },
  56. "use-customize-simulator": false,
  57. "use-project-simulator-setting": false,
  58. "start-scene": "current"
  59. }