project.json 291 B

12345678910111213141516171819
  1. {
  2. "general": {
  3. "designResolution": {
  4. "fitWidth": false,
  5. "fitHeight": true,
  6. "height": 720,
  7. "width": 1200
  8. }
  9. },
  10. "__version__": "1.0.6",
  11. "fbx": {
  12. "legacyFbxImporter": {
  13. "visible": true
  14. }
  15. },
  16. "script": {
  17. "preserveSymlinks": true
  18. }
  19. }