project.json 806 B

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