project.json 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "group-list": [
  3. "default",
  4. "ground",
  5. "boy",
  6. "saw",
  7. "gear"
  8. ],
  9. "collision-matrix": [
  10. [
  11. false
  12. ],
  13. [
  14. false,
  15. false,
  16. true
  17. ],
  18. [
  19. false,
  20. true,
  21. true,
  22. true,
  23. true
  24. ],
  25. [
  26. false,
  27. false,
  28. true,
  29. true
  30. ],
  31. [
  32. false,
  33. false,
  34. true,
  35. false,
  36. false
  37. ]
  38. ],
  39. "excluded-modules": [],
  40. "last-module-event-record-time": 1586207291862,
  41. "design-resolution-width": 720,
  42. "design-resolution-height": 1280,
  43. "fit-width": true,
  44. "fit-height": false,
  45. "use-project-simulator-setting": false,
  46. "simulator-orientation": false,
  47. "use-customize-simulator": true,
  48. "simulator-resolution": {
  49. "height": 640,
  50. "width": 960
  51. },
  52. "assets-sort-type": "name",
  53. "facebook": {
  54. "appID": "",
  55. "audience": {
  56. "enable": false
  57. },
  58. "enable": false,
  59. "live": {
  60. "enable": false
  61. }
  62. },
  63. "start-scene": "b8480e0a-4436-4268-82cc-4440340e698f"
  64. }