[Pikmin 3] Fix shadows pack

This commit is contained in:
Crementif 2018-12-08 00:25:31 +01:00
parent c29d53bc43
commit cfbac2ce80

View File

@ -26,8 +26,8 @@ name = Extreme (8.00x)
$shadowRes = 8
[TextureRedefine] # Shadows
width = 2048
height = 1024
width = 1024
height = 2048
formats = 0x005
overwriteWidth = $shadowRes * 2048
overwriteHeight = $shadowRes * 1024
overwriteWidth = $shadowRes * 1024
overwriteHeight = $shadowRes * 2048