project.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "collision-matrix": [
  3. [
  4. false,
  5. false,
  6. false
  7. ],
  8. [
  9. false,
  10. false,
  11. true
  12. ],
  13. [
  14. false,
  15. true,
  16. false
  17. ]
  18. ],
  19. "excluded-modules": [
  20. "DragonBones",
  21. "3D",
  22. "3D Primitive",
  23. "3D Physics/cannon.js",
  24. "3D Physics/Builtin",
  25. "3D Particle"
  26. ],
  27. "group-list": [
  28. "default",
  29. "character",
  30. "ground"
  31. ],
  32. "start-scene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
  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. "last-module-event-record-time": 1725887169323,
  45. "assets-sort-type": "name",
  46. "facebook": {
  47. "enable": false,
  48. "appID": "",
  49. "live": {
  50. "enable": false
  51. },
  52. "audience": {
  53. "enable": false
  54. }
  55. },
  56. "preview-port": 7456,
  57. "clear-simulator-cache": true
  58. }