project.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "group-list": [
  3. "default",
  4. "ui",
  5. "bullet",
  6. "zombie"
  7. ],
  8. "collision-matrix": [
  9. [
  10. true,
  11. true,
  12. true,
  13. true
  14. ],
  15. [
  16. true,
  17. false
  18. ],
  19. [
  20. true,
  21. false,
  22. false,
  23. true
  24. ],
  25. [
  26. true,
  27. false,
  28. true,
  29. false
  30. ]
  31. ],
  32. "excluded-modules": [
  33. "3D",
  34. "3D Primitive",
  35. "3D Physics/cannon.js",
  36. "3D Physics/Builtin",
  37. "3D Particle"
  38. ],
  39. "preview-port": 7456,
  40. "design-resolution-width": 1080,
  41. "design-resolution-height": 1920,
  42. "fit-width": true,
  43. "fit-height": false,
  44. "use-project-simulator-setting": false,
  45. "simulator-orientation": false,
  46. "use-customize-simulator": true,
  47. "simulator-resolution": {
  48. "height": 640,
  49. "width": 960
  50. },
  51. "clear-simulator-cache": true,
  52. "facebook": {
  53. "appID": "",
  54. "audience": {
  55. "enable": false
  56. },
  57. "enable": false,
  58. "live": {
  59. "enable": false
  60. }
  61. },
  62. "last-module-event-record-time": 1734400777825,
  63. "start-scene": "9f6735c6-957a-429e-9b49-a0ddeaa36721",
  64. "assets-sort-type": "name",
  65. "migrate-history": [
  66. "cloud-function"
  67. ]
  68. }