project.json 655 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "start-scene": "current",
  3. "group-list": [
  4. "default"
  5. ],
  6. "collision-matrix": [
  7. [
  8. true
  9. ]
  10. ],
  11. "excluded-modules": [],
  12. "last-module-event-record-time": 0,
  13. "design-resolution-width": 960,
  14. "design-resolution-height": 640,
  15. "fit-width": false,
  16. "fit-height": true,
  17. "use-project-simulator-setting": false,
  18. "simulator-orientation": false,
  19. "use-customize-simulator": false,
  20. "simulator-resolution": {
  21. "width": 960,
  22. "height": 640
  23. },
  24. "assets-sort-type": "name",
  25. "facebook": {
  26. "enable": false,
  27. "appID": "",
  28. "live": {
  29. "enable": false
  30. },
  31. "audience": {
  32. "enable": false
  33. }
  34. }
  35. }