fix pokken texture overwrite resolutions

This commit is contained in:
Michael 2018-11-30 22:38:34 -08:00
parent f55f569783
commit 5a470c46f5

View File

@ -201,11 +201,11 @@ width = 8
height = 4
formats = 0x816
overwriteWidth = ($width / $gameWidth) * 8
overwriteHeight = ($height / $gameHeight) * 8
overwriteHeight = ($height / $gameHeight) * 4
[TextureRedefine] # Blur Mip
width = 4
height = 2
formats = 0x816
overwriteWidth = ($width / $gameWidth) * 8
overwriteHeight = ($height / $gameHeight) * 8
overwriteWidth = ($width / $gameWidth) * 4
overwriteHeight = ($height / $gameHeight) * 2