atlas-1.0-square.json 764 B

123456789101112131415161718192021222324252627282930313233343536373839
  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": true,
  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": false,
  31. "useIndexes": false,
  32. "bleed": false,
  33. "limitMemory": true,
  34. "grid": false,
  35. "scale": [ 1 ],
  36. "scaleSuffix": [ "" ],
  37. "atlasExtension": ".atlas",
  38. "prettyPrint": true
  39. }