increase max width/height
This commit is contained in:
parent
5bbab39292
commit
d7ecf0a3a8
4
index.ts
4
index.ts
@ -62,8 +62,8 @@ let options:TexturePackerOptions = {
|
|||||||
textureName: path.basename(inputFolder),
|
textureName: path.basename(inputFolder),
|
||||||
removeFileExtension: true,
|
removeFileExtension: true,
|
||||||
prependFolderName: false,
|
prependFolderName: false,
|
||||||
width: 128,
|
width: 1024,
|
||||||
height: 128,
|
height: 1024,
|
||||||
powerOfTwo: true,
|
powerOfTwo: true,
|
||||||
padding: 2,
|
padding: 2,
|
||||||
extrude: 0,
|
extrude: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user