project.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "start-scene": "ba20306b-2d8e-4515-a2e9-b837c14ffe3e",
  3. "group-list": [
  4. "default",
  5. "player",
  6. "wall",
  7. "map",
  8. "UI",
  9. "battle"
  10. ],
  11. "collision-matrix": [
  12. [
  13. false,
  14. null,
  15. null,
  16. false
  17. ],
  18. [
  19. false,
  20. true,
  21. true,
  22. true
  23. ],
  24. [
  25. false,
  26. true,
  27. false
  28. ],
  29. [
  30. false,
  31. true,
  32. false,
  33. false
  34. ],
  35. [
  36. false,
  37. false,
  38. false,
  39. false,
  40. false
  41. ],
  42. [
  43. false,
  44. false,
  45. false,
  46. false,
  47. false,
  48. false
  49. ]
  50. ],
  51. "excluded-modules": [
  52. "3D",
  53. "3D Primitive",
  54. "3D Physics/cannon.js",
  55. "3D Physics/Builtin",
  56. "3D Particle"
  57. ],
  58. "preview-port": 7456,
  59. "design-resolution-width": 750,
  60. "design-resolution-height": 1334,
  61. "fit-width": true,
  62. "fit-height": false,
  63. "use-project-simulator-setting": false,
  64. "simulator-orientation": false,
  65. "use-customize-simulator": true,
  66. "simulator-resolution": {
  67. "width": 960,
  68. "height": 640
  69. },
  70. "clear-simulator-cache": true,
  71. "facebook": {
  72. "enable": false,
  73. "appID": "",
  74. "live": {
  75. "enable": false
  76. },
  77. "audience": {
  78. "enable": false
  79. }
  80. },
  81. "last-module-event-record-time": 1745465133861,
  82. "migrate-history": [
  83. "cloud-function"
  84. ]
  85. }