From 84c77bd46a515c76187bef8a7e1eed9b746a9394 Mon Sep 17 00:00:00 2001 From: Nathan Sweet Date: Thu, 17 Dec 2020 22:28:24 -0800 Subject: [PATCH] Use pretty print and limit memory for example atlases. --- examples/export/atlas-0.5-pma.json | 5 +++-- examples/export/atlas-0.5.json | 5 +++-- examples/export/atlas-1.0-2048-pma.json | 5 +++-- examples/export/atlas-1.0-2048.json | 5 +++-- examples/export/atlas-1.0-pma.json | 5 +++-- examples/export/atlas-1.0-square-pma.json | 5 +++-- examples/export/atlas-1.0-square.json | 5 +++-- examples/export/atlas-1.0.json | 5 +++-- 8 files changed, 24 insertions(+), 16 deletions(-) diff --git a/examples/export/atlas-0.5-pma.json b/examples/export/atlas-0.5-pma.json index 861f487a4..a575925a7 100644 --- a/examples/export/atlas-0.5-pma.json +++ b/examples/export/atlas-0.5-pma.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-0.5.json b/examples/export/atlas-0.5.json index dec5ad544..689597576 100644 --- a/examples/export/atlas-0.5.json +++ b/examples/export/atlas-0.5.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0-2048-pma.json b/examples/export/atlas-1.0-2048-pma.json index d0a5a9499..6dde23216 100644 --- a/examples/export/atlas-1.0-2048-pma.json +++ b/examples/export/atlas-1.0-2048-pma.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0-2048.json b/examples/export/atlas-1.0-2048.json index ce7399d2b..ffa091008 100644 --- a/examples/export/atlas-1.0-2048.json +++ b/examples/export/atlas-1.0-2048.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0-pma.json b/examples/export/atlas-1.0-pma.json index 04cf422e5..8685f870f 100644 --- a/examples/export/atlas-1.0-pma.json +++ b/examples/export/atlas-1.0-pma.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0-square-pma.json b/examples/export/atlas-1.0-square-pma.json index 24c923698..33e12ba52 100644 --- a/examples/export/atlas-1.0-square-pma.json +++ b/examples/export/atlas-1.0-square-pma.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0-square.json b/examples/export/atlas-1.0-square.json index 5b54b8db8..6b391436b 100644 --- a/examples/export/atlas-1.0-square.json +++ b/examples/export/atlas-1.0-square.json @@ -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 } \ No newline at end of file diff --git a/examples/export/atlas-1.0.json b/examples/export/atlas-1.0.json index a1f800353..b3ba7ccb7 100644 --- a/examples/export/atlas-1.0.json +++ b/examples/export/atlas-1.0.json @@ -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 } \ No newline at end of file