mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 19:44:14 +01:00
[Sploot] scale bubble text
Preview, scaled to 0x0: https://cdn.discordapp.com/attachments/292733452590120961/374234820466835458/2017-10-29_09-35-21.png
This commit is contained in:
parent
6fe095c13e
commit
5d7c1738f3
@ -82,9 +82,16 @@ formats = 0x1a
|
|||||||
width = 128
|
width = 128
|
||||||
height = 32
|
height = 32
|
||||||
formats = 0x1a
|
formats = 0x1a
|
||||||
overwriteWidth = <?=round($scaleFactorX*128)?>
|
overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*32)?>
|
overwriteHeight = <?=round($scaleFactorY*32)?>
|
||||||
|
|
||||||
|
[TextureRedefine] # splat text - GL_RGBA8
|
||||||
|
width = 250
|
||||||
|
height = 150
|
||||||
|
formats = 0x1a
|
||||||
|
overwriteWidth = <?=round($scaleFactorY*500)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*300)?>
|
||||||
|
|
||||||
[TextureRedefine] # multiplayer
|
[TextureRedefine] # multiplayer
|
||||||
width = 848
|
width = 848
|
||||||
height = 480
|
height = 480
|
||||||
|
Loading…
Reference in New Issue
Block a user