project.json 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. ],
  14. [
  15. true,
  16. false
  17. ],
  18. [
  19. false,
  20. false,
  21. false
  22. ]
  23. ],
  24. "design-resolution-height": 640,
  25. "design-resolution-width": 960,
  26. "excluded-modules": [
  27. "Geom Utils",
  28. "3D",
  29. "3D Primitive",
  30. "3D Physics/cannon.js",
  31. "3D Physics/Builtin",
  32. "3D Particle",
  33. "SafeArea"
  34. ],
  35. "fit-height": true,
  36. "fit-width": false,
  37. "group-list": [
  38. "hook",
  39. "fishing",
  40. "default"
  41. ],
  42. "simulator-orientation": false,
  43. "simulator-resolution": {
  44. "height": 640,
  45. "width": 960
  46. },
  47. "use-customize-simulator": false,
  48. "use-project-simulator-setting": false,
  49. "start-scene": "current",
  50. "migrate-history": [
  51. "cloud-function"
  52. ],
  53. "last-module-event-record-time": 1705634978132
  54. }