mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
[Splat] Fix splat text scaling
Was scaling from 1440 values, not 720
This commit is contained in:
parent
5d7c1738f3
commit
052bb21f5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user