mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +08:00
Use pretty print and limit memory for example atlases.
This commit is contained in:
parent
6e5dd10a81
commit
84c77bd46a
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user