project.json 956 B

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