project.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "collision-matrix": [
  3. [
  4. false,
  5. false,
  6. false
  7. ],
  8. [
  9. false,
  10. false,
  11. true,
  12. true
  13. ],
  14. [
  15. false,
  16. true,
  17. false
  18. ],
  19. [
  20. false,
  21. true,
  22. false,
  23. false
  24. ]
  25. ],
  26. "excluded-modules": [
  27. "DragonBones",
  28. "Native Socket",
  29. "PageView",
  30. "PageViewIndicator",
  31. "ParticleSystem",
  32. "TiledMap",
  33. "VideoPlayer",
  34. "WebView",
  35. "3D",
  36. "3D Primitive",
  37. "3D Physics/cannon.js",
  38. "3D Physics/Builtin",
  39. "3D Particle"
  40. ],
  41. "group-list": [
  42. "default",
  43. "character",
  44. "ground",
  45. "GameProp"
  46. ],
  47. "start-scene": "18364748-5d4d-4a13-ba80-24a58690c521",
  48. "design-resolution-width": 960,
  49. "design-resolution-height": 640,
  50. "fit-width": false,
  51. "fit-height": true,
  52. "use-project-simulator-setting": false,
  53. "simulator-orientation": false,
  54. "use-customize-simulator": true,
  55. "simulator-resolution": {
  56. "width": 960,
  57. "height": 640
  58. },
  59. "last-module-event-record-time": 1742824876662,
  60. "assets-sort-type": "name",
  61. "facebook": {
  62. "enable": false,
  63. "appID": "",
  64. "live": {
  65. "enable": false
  66. },
  67. "audience": {
  68. "enable": false
  69. }
  70. },
  71. "preview-port": 7456,
  72. "clear-simulator-cache": true
  73. }