project.json 818 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "group-list": [
  3. "default",
  4. "Wall",
  5. "Chara"
  6. ],
  7. "collision-matrix": [
  8. [
  9. true
  10. ],
  11. [
  12. false,
  13. false,
  14. true
  15. ],
  16. [
  17. false,
  18. true,
  19. true
  20. ]
  21. ],
  22. "excluded-modules": [
  23. "3D Physics/Builtin"
  24. ],
  25. "preview-port": 7456,
  26. "design-resolution-width": 960,
  27. "design-resolution-height": 640,
  28. "fit-width": false,
  29. "fit-height": true,
  30. "use-project-simulator-setting": false,
  31. "simulator-orientation": false,
  32. "use-customize-simulator": true,
  33. "simulator-resolution": {
  34. "height": 640,
  35. "width": 960
  36. },
  37. "clear-simulator-cache": true,
  38. "facebook": {
  39. "appID": "",
  40. "audience": {
  41. "enable": false
  42. },
  43. "enable": false,
  44. "live": {
  45. "enable": false
  46. }
  47. },
  48. "last-module-event-record-time": 1612199886121
  49. }