project.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "group-list": [
  3. "default",
  4. "ground",
  5. "role",
  6. "skeleton",
  7. "object",
  8. "prop"
  9. ],
  10. "collision-matrix": [
  11. [
  12. false
  13. ],
  14. [
  15. false,
  16. false,
  17. true,
  18. null,
  19. true
  20. ],
  21. [
  22. false,
  23. true,
  24. true,
  25. null,
  26. null,
  27. true
  28. ],
  29. [
  30. false,
  31. false,
  32. false,
  33. true
  34. ],
  35. [
  36. false,
  37. true,
  38. false,
  39. false,
  40. false
  41. ],
  42. [
  43. false,
  44. false,
  45. true,
  46. false,
  47. false,
  48. false
  49. ]
  50. ],
  51. "excluded-modules": [],
  52. "last-module-event-record-time": 1581007746333,
  53. "design-resolution-width": 960,
  54. "design-resolution-height": 640,
  55. "fit-width": false,
  56. "fit-height": true,
  57. "use-project-simulator-setting": false,
  58. "simulator-orientation": false,
  59. "use-customize-simulator": true,
  60. "simulator-resolution": {
  61. "height": 640,
  62. "width": 960
  63. },
  64. "assets-sort-type": "name",
  65. "facebook": {
  66. "appID": "",
  67. "audience": {
  68. "enable": false
  69. },
  70. "enable": false,
  71. "live": {
  72. "enable": false
  73. }
  74. },
  75. "start-scene": "current"
  76. }