atlas-0.5-pma.json 791 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pot": true,
  3. "paddingX": 2,
  4. "paddingY": 2,
  5. "edgePadding": true,
  6. "duplicatePadding": false,
  7. "rotation": true,
  8. "minWidth": 16,
  9. "minHeight": 16,
  10. "maxWidth": 1024,
  11. "maxHeight": 1024,
  12. "square": false,
  13. "stripWhitespaceX": false,
  14. "stripWhitespaceY": false,
  15. "alphaThreshold": 0,
  16. "filterMin": "Linear",
  17. "filterMag": "Linear",
  18. "wrapX": "ClampToEdge",
  19. "wrapY": "ClampToEdge",
  20. "format": "RGBA8888",
  21. "alias": true,
  22. "outputFormat": "png",
  23. "jpegQuality": 0.9,
  24. "ignoreBlankImages": true,
  25. "fast": false,
  26. "debug": false,
  27. "silent": false,
  28. "combineSubdirectories": false,
  29. "flattenPaths": false,
  30. "premultiplyAlpha": true,
  31. "useIndexes": false,
  32. "bleed": false,
  33. "limitMemory": true,
  34. "packing": "rectangles",
  35. "grid": false,
  36. "scale": [ 0.5 ],
  37. "scaleSuffix": [ "" ],
  38. "atlasExtension": ".atlas",
  39. "prettyPrint": true
  40. }