diff --git a/index.ts b/index.ts index 2093c69..99f8992 100644 --- a/index.ts +++ b/index.ts @@ -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,