project.json 1016 B

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