project.json 1019 B

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