[XCX] Copy paste fix

This commit is contained in:
getdls 2017-12-17 20:14:09 +01:00
parent e1cda328f8
commit aeb0234c20

View File

@ -97,12 +97,12 @@ overwriteHeight = <?=round($scaleFactorY*45)?>
width = 1024
height = 1024
formats = 0x005
overwriteWidth = <?=round($scaleFactorX*80)?>
overwriteHeight = <?=round($scaleFactorY*45)?>
overwriteWidth = <?=round($scaleFactorX*1024)?>
overwriteHeight = <?=round($scaleFactorY*1024)?>
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
width = 512
height = 512
formats = 0x005
overwriteWidth = <?=round($scaleFactorX*80)?>
overwriteHeight = <?=round($scaleFactorY*45)?>
overwriteWidth = <?=round($scaleFactorX*1024)?>
overwriteHeight = <?=round($scaleFactorY*1024)?>