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. "ParticleSystem",
  21. "TiledMap",
  22. "Spine Skeleton",
  23. "DragonBones",
  24. "RichText",
  25. "MotionStreak",
  26. "ProgressBar",
  27. "ScrollBar",
  28. "Toggle",
  29. "PageView",
  30. "PageViewIndicator",
  31. "Slider",
  32. "EditBox",
  33. "VideoPlayer",
  34. "WebView",
  35. "Audio",
  36. "AudioSource",
  37. "Animation",
  38. "Collider",
  39. "Action",
  40. "Physics",
  41. "NodePool",
  42. "StudioComponent",
  43. "Intersection",
  44. "Native NetWork"
  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. }