1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

MInor adjustments to atlas padding

This commit is contained in:
tobspr
2020-10-04 09:30:31 +02:00
parent a02438a70a
commit 9217ee252d
3 changed files with 15 additions and 9 deletions

View File

@@ -1,16 +1,22 @@
{
"pot": false,
"paddingX": 1,
"paddingY": 1,
"edgePadding": false,
"pot": true,
"paddingX": 2,
"paddingY": 2,
"edgePadding": true,
"rotation": false,
"maxWidth": 2048,
"maxHeight": 4096,
"useIndexes": false,
"alphaThreshold": 1,
"maxHeight": 2048,
"stripWhitespaceX": true,
"stripWhitespaceY": true,
"duplicatePadding": true,
"alias": true,
"fast": false,
"limitMemory": false,
"combineSubdirectories": true,
"flattenPaths": false,
"scale": [ 0.25, 0.5, 0.75 ],
"scaleSuffix": [ "_lq", "_mq", "_hq" ]
"bleedIterations": 4,
"scale": [0.25, 0.5, 0.75],
"scaleSuffix": ["_lq", "_mq", "_hq"]
}