spine-runtimes/examples/export/atlas-1.0-square-pma.json
Nathan Sweet 70d0171468 * Added food-app example project.
* Updated mix-and-match to fix blue dress sleeve.
* Changed export scripts to pack polygons for most PRO projects.
* Re-exported projects.
2025-05-20 19:54:49 -04:00

40 lines
786 B
JSON

{
"pot": true,
"paddingX": 2,
"paddingY": 2,
"edgePadding": true,
"duplicatePadding": false,
"rotation": true,
"minWidth": 16,
"minHeight": 16,
"maxWidth": 1024,
"maxHeight": 1024,
"square": true,
"stripWhitespaceX": false,
"stripWhitespaceY": false,
"alphaThreshold": 0,
"filterMin": "Linear",
"filterMag": "Linear",
"wrapX": "ClampToEdge",
"wrapY": "ClampToEdge",
"format": "RGBA8888",
"alias": true,
"outputFormat": "png",
"jpegQuality": 0.9,
"ignoreBlankImages": true,
"fast": false,
"debug": false,
"silent": false,
"combineSubdirectories": false,
"flattenPaths": false,
"premultiplyAlpha": true,
"useIndexes": false,
"bleed": false,
"limitMemory": true,
"grid": false,
"packing": "polygons",
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas",
"prettyPrint": true
}