Use pretty print and limit memory for example atlases.

This commit is contained in:
Nathan Sweet 2020-12-17 22:28:24 -08:00
parent 6e5dd10a81
commit 84c77bd46a
8 changed files with 24 additions and 16 deletions

View File

@ -30,10 +30,11 @@
"premultiplyAlpha": true,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"packing": "rectangles",
"grid": false,
"scale": [ 0.5 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,10 +30,11 @@
"premultiplyAlpha": false,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"packing": "rectangles",
"scale": [ 0.5 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,9 +30,10 @@
"premultiplyAlpha": true,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,9 +30,10 @@
"premultiplyAlpha": false,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,10 +30,11 @@
"premultiplyAlpha": true,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"packing": "rectangles",
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,9 +30,10 @@
"premultiplyAlpha": true,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,9 +30,10 @@
"premultiplyAlpha": false,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}

View File

@ -30,10 +30,11 @@
"premultiplyAlpha": false,
"useIndexes": false,
"bleed": false,
"limitMemory": false,
"limitMemory": true,
"grid": false,
"packing": "rectangles",
"scale": [ 1 ],
"scaleSuffix": [ "" ],
"atlasExtension": ".atlas"
"atlasExtension": ".atlas",
"prettyPrint": true
}