project.json 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "cocos-analytics": {
  3. "appID": "13798",
  4. "appSecret": "959b3ac0037d0f3c2fdce94f8421a9b2",
  5. "channel": "",
  6. "enable": false,
  7. "version": ""
  8. },
  9. "collision-matrix": [
  10. [
  11. false,
  12. true,
  13. true
  14. ],
  15. [
  16. true,
  17. false
  18. ],
  19. [
  20. true,
  21. false,
  22. false
  23. ]
  24. ],
  25. "design-resolution-height": 640,
  26. "design-resolution-width": 960,
  27. "excluded-modules": [],
  28. "fit-height": true,
  29. "fit-width": false,
  30. "group-list": [
  31. "default",
  32. "Player",
  33. "BlakLine"
  34. ],
  35. "simulator-orientation": false,
  36. "simulator-resolution": {
  37. "height": 640,
  38. "width": 960
  39. },
  40. "use-customize-simulator": false,
  41. "use-project-simulator-setting": false,
  42. "start-scene": "current"
  43. }