Browse Source

Use pretty print and limit memory for example atlases.

Nathan Sweet 4 years ago
parent
commit
84c77bd46a

+ 3 - 2
examples/export/atlas-0.5-pma.json

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

+ 3 - 2
examples/export/atlas-0.5.json

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

+ 3 - 2
examples/export/atlas-1.0-2048-pma.json

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

+ 3 - 2
examples/export/atlas-1.0-2048.json

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

+ 3 - 2
examples/export/atlas-1.0-pma.json

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

+ 3 - 2
examples/export/atlas-1.0-square-pma.json

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

+ 3 - 2
examples/export/atlas-1.0-square.json

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

+ 3 - 2
examples/export/atlas-1.0.json

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