project.json 645 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "group-list": [
  3. "default"
  4. ],
  5. "collision-matrix": [
  6. [
  7. true
  8. ]
  9. ],
  10. "excluded-modules": [
  11. "3D Physics/Builtin"
  12. ],
  13. "preview-port": 7456,
  14. "design-resolution-width": 800,
  15. "design-resolution-height": 1280,
  16. "fit-width": false,
  17. "fit-height": true,
  18. "use-project-simulator-setting": false,
  19. "simulator-orientation": false,
  20. "use-customize-simulator": true,
  21. "simulator-resolution": {
  22. "width": 960,
  23. "height": 640
  24. },
  25. "clear-simulator-cache": true,
  26. "facebook": {
  27. "enable": false,
  28. "appID": "",
  29. "live": {
  30. "enable": false
  31. },
  32. "audience": {
  33. "enable": false
  34. }
  35. }
  36. }