project.json 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "group-list": [
  3. "default",
  4. "block",
  5. "bird",
  6. "fruit"
  7. ],
  8. "collision-matrix": [
  9. [
  10. false
  11. ],
  12. [
  13. false,
  14. false,
  15. true
  16. ],
  17. [
  18. false,
  19. true,
  20. true,
  21. true
  22. ],
  23. [
  24. false,
  25. false,
  26. true,
  27. false
  28. ]
  29. ],
  30. "excluded-modules": [
  31. "3D Physics/cannon.js",
  32. "3D Physics/Builtin",
  33. "3D Particle",
  34. "SafeArea"
  35. ],
  36. "last-module-event-record-time": 1615714661241,
  37. "design-resolution-width": 960,
  38. "design-resolution-height": 640,
  39. "fit-width": false,
  40. "fit-height": true,
  41. "use-project-simulator-setting": false,
  42. "simulator-orientation": false,
  43. "use-customize-simulator": true,
  44. "simulator-resolution": {
  45. "height": 640,
  46. "width": 960
  47. },
  48. "assets-sort-type": "name",
  49. "facebook": {
  50. "appID": "",
  51. "audience": {
  52. "enable": false
  53. },
  54. "enable": false,
  55. "live": {
  56. "enable": false
  57. }
  58. },
  59. "start-scene": "current",
  60. "migrate-history": [
  61. "cloud-function"
  62. ]
  63. }