small textures on the way.

This commit is contained in:
Bryce Covert
2017-05-25 22:22:28 -07:00
parent 16819c1d36
commit 807ee8564c
222 changed files with 110 additions and 85 deletions

View File

@@ -0,0 +1,36 @@
{
pot: true,
paddingX: 2,
paddingY: 2,
bleed: true,
edgePadding: true,
duplicatePadding: false,
rotation: false,
minWidth: 1024,
minHeight: 1024,
maxWidth: 4096,
maxHeight: 4096,
square: false,
stripWhitespaceX: false,
stripWhitespaceY: false,
alphaThreshold: 0,
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: false,
limitMemory: true,
grid: false,
scale: [ 1 ],
scaleSuffix: [ "" ]
}