[Sploot] Fix UW pack

didn't actually do quarter, instead rescaled half-res
This commit is contained in:
Michael 2017-09-23 09:43:55 -07:00
parent 2ab23db742
commit 323b1ceaed

View File

@ -16,9 +16,9 @@ formatsExcluded = 0x41A,0x431 # exclude obvious textures
overwriteWidth = 1280 overwriteWidth = 1280
overwriteHeight = 540 overwriteHeight = 540
[TextureRedefine] # half-res alpha [TextureRedefine] # quarter-res alpha
width = 640 width = 320
height = 360 height = 180
formatsExcluded = 0x41A,0x431 # exclude obvious textures formatsExcluded = 0x41A,0x431 # exclude obvious textures
overwriteWidth = 640 overwriteWidth = 640
overwriteHeight = 270 overwriteHeight = 270