project.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "3D",
  29. "3D Primitive",
  30. "3D Physics/cannon.js",
  31. "3D Physics/Builtin",
  32. "3D Particle"
  33. ],
  34. "group-list": [
  35. "default",
  36. "character",
  37. "ground",
  38. "GameProp"
  39. ],
  40. "start-scene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
  41. "design-resolution-width": 960,
  42. "design-resolution-height": 640,
  43. "fit-width": false,
  44. "fit-height": true,
  45. "use-project-simulator-setting": false,
  46. "simulator-orientation": false,
  47. "use-customize-simulator": true,
  48. "simulator-resolution": {
  49. "width": 960,
  50. "height": 640
  51. },
  52. "last-module-event-record-time": 1725887169323,
  53. "assets-sort-type": "name",
  54. "facebook": {
  55. "enable": false,
  56. "appID": "",
  57. "live": {
  58. "enable": false
  59. },
  60. "audience": {
  61. "enable": false
  62. }
  63. },
  64. "preview-port": 7456,
  65. "clear-simulator-cache": true
  66. }