From 0ad38547f37fc51d04e08a85e4673d961e493507 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 28 May 2017 06:41:44 -0700 Subject: [PATCH] pack not used on first room. --- desktop/asset-work/title/pack.json | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 desktop/asset-work/title/pack.json diff --git a/desktop/asset-work/title/pack.json b/desktop/asset-work/title/pack.json new file mode 100644 index 00000000..0faf94db --- /dev/null +++ b/desktop/asset-work/title/pack.json @@ -0,0 +1,36 @@ +{ + pot: true, + paddingX: 2, + paddingY: 2, + bleed: true, + edgePadding: true, + duplicatePadding: false, + rotation: false, + minWidth: 128, + minHeight: 128, + maxWidth: 1024, + maxHeight: 1024, + square: false, + stripWhitespaceX: false, + stripWhitespaceY: false, + alphaThreshold: -1, + filterMin: Nearest, + filterMag: Nearest, + wrapX: ClampToEdge, + wrapY: ClampToEdge, + format: RGBA4444, + alias: true, + outputFormat: png, + jpegQuality: 0.9, + ignoreBlankImages: true, + fast: false, + debug: false, + combineSubdirectories: true, + flattenPaths: false, + premultiplyAlpha: false, + useIndexes: true, + limitMemory: true, + grid: false, + scale: [ 1 ], + scaleSuffix: [ "" ] +}