project.json 881 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "migrate-history": [
  3. "cloud-function"
  4. ],
  5. "last-module-event-record-time": 1675995102307,
  6. "group-list": [
  7. "default"
  8. ],
  9. "collision-matrix": [
  10. [
  11. true
  12. ]
  13. ],
  14. "excluded-modules": [
  15. "Dynamic Atlas",
  16. "DragonBones",
  17. "Native Socket",
  18. "3D",
  19. "3D Primitive",
  20. "3D Physics/cannon.js",
  21. "3D Physics/Builtin",
  22. "3D Particle"
  23. ],
  24. "preview-port": 7456,
  25. "design-resolution-width": 960,
  26. "design-resolution-height": 640,
  27. "fit-width": false,
  28. "fit-height": true,
  29. "use-project-simulator-setting": false,
  30. "simulator-orientation": false,
  31. "use-customize-simulator": true,
  32. "simulator-resolution": {
  33. "width": 960,
  34. "height": 640
  35. },
  36. "clear-simulator-cache": true,
  37. "facebook": {
  38. "enable": false,
  39. "appID": "",
  40. "live": {
  41. "enable": false
  42. },
  43. "audience": {
  44. "enable": false
  45. }
  46. }
  47. }