project.json 992 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "group-list": [
  3. "default"
  4. ],
  5. "collision-matrix": [
  6. [
  7. true
  8. ]
  9. ],
  10. "excluded-modules": [
  11. "Collider",
  12. "EditBox",
  13. "Physics",
  14. "PageView",
  15. "PageViewIndicator",
  16. "ProgressBar",
  17. "RichText",
  18. "Slider",
  19. "ScrollBar",
  20. "ScrollView",
  21. "Toggle",
  22. "TiledMap",
  23. "VideoPlayer",
  24. "3D",
  25. "3D Primitive",
  26. "3D Physics/cannon.js",
  27. "3D Physics/Builtin",
  28. "3D Particle"
  29. ],
  30. "preview-port": 7456,
  31. "design-resolution-width": 720,
  32. "design-resolution-height": 1280,
  33. "fit-width": true,
  34. "fit-height": false,
  35. "use-project-simulator-setting": false,
  36. "simulator-orientation": false,
  37. "use-customize-simulator": true,
  38. "simulator-resolution": {
  39. "width": 960,
  40. "height": 640
  41. },
  42. "clear-simulator-cache": true,
  43. "facebook": {
  44. "enable": false,
  45. "appID": "",
  46. "live": {
  47. "enable": false
  48. },
  49. "audience": {
  50. "enable": false
  51. }
  52. },
  53. "last-module-event-record-time": 1659524841286
  54. }