[RoL] fix loading screen

This commit is contained in:
Michael 2018-02-04 11:15:44 -08:00 committed by GitHub
parent 5c7859eeda
commit 0288012386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@ version = 2
[TextureRedefine]
width = 1280
height = 720
tileModesExcluded = 0x001
tileModesExcluded = 0x1
formatsExcluded = 0x31
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
@ -29,7 +30,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine]
width = 640
height = 360
tileModesExcluded = 0x001
tileModesExcluded = 0x1
overwriteWidth = <?=round($scaleFactorX*640)?>
overwriteHeight = <?=round($scaleFactorY*360)?>