project.json 820 B

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