[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:
Michael 2017-10-29 09:37:56 -07:00
parent 6fe095c13e
commit 5d7c1738f3

View File

@ -82,9 +82,16 @@ formats = 0x1a
width = 128
height = 32
formats = 0x1a
overwriteWidth = <?=round($scaleFactorX*128)?>
overwriteWidth = <?=round($scaleFactorY*128)?>
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
width = 848
height = 480