increase max width/height

This commit is contained in:
sillysagiri 2025-05-21 03:32:32 +07:00
parent 5bbab39292
commit d7ecf0a3a8

View File

@ -62,8 +62,8 @@ let options:TexturePackerOptions = {
textureName: path.basename(inputFolder),
removeFileExtension: true,
prependFolderName: false,
width: 128,
height: 128,
width: 1024,
height: 1024,
powerOfTwo: true,
padding: 2,
extrude: 0,