project.json 712 B

12345678910111213141516171819202122232425262728293031323334353637
  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": 1334,
  15. "design-resolution-width": 750,
  16. "excluded-modules": [
  17. "TiledMap",
  18. "DragonBones",
  19. "Collider",
  20. "Physics",
  21. "StudioComponent",
  22. "Intersection"
  23. ],
  24. "fit-height": false,
  25. "fit-width": true,
  26. "group-list": [
  27. "default"
  28. ],
  29. "simulator-orientation": false,
  30. "simulator-resolution": {
  31. "height": 750,
  32. "width": 1334
  33. },
  34. "use-customize-simulator": false,
  35. "use-project-simulator-setting": true,
  36. "start-scene": "current"
  37. }