[Splat] Fix splat text scaling

Was scaling from 1440 values, not 720
This commit is contained in:
Michael 2017-10-29 09:39:25 -07:00
parent 5d7c1738f3
commit 052bb21f5b

View File

@ -89,8 +89,8 @@ overwriteHeight = <?=round($scaleFactorY*32)?>
width = 250
height = 150
formats = 0x1a
overwriteWidth = <?=round($scaleFactorY*500)?>
overwriteHeight = <?=round($scaleFactorY*300)?>
overwriteWidth = <?=round($scaleFactorY*250)?>
overwriteHeight = <?=round($scaleFactorY*150)?>
[TextureRedefine] # multiplayer
width = 848