mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 19:44:14 +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
|
width = 250
|
||||||
height = 150
|
height = 150
|
||||||
formats = 0x1a
|
formats = 0x1a
|
||||||
overwriteWidth = <?=round($scaleFactorY*500)?>
|
overwriteWidth = <?=round($scaleFactorY*250)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*300)?>
|
overwriteHeight = <?=round($scaleFactorY*150)?>
|
||||||
|
|
||||||
[TextureRedefine] # multiplayer
|
[TextureRedefine] # multiplayer
|
||||||
width = 848
|
width = 848
|
||||||
|
Loading…
Reference in New Issue
Block a user