[Sploot] Add player name to build script

Forgot about this, oops
This commit is contained in:
Michael 2017-10-17 22:04:52 -07:00
parent c68c707a81
commit d67ccae061

View File

@ -72,15 +72,22 @@ overwriteHeight = <?=round($scaleFactorY*252)?>
width = 128
height = 128
formats = 0x41A
#overwriteWidth = 384
#overwriteHeight = 384 #Need to confirm on next Cemu version
#overwriteWidth = <?=round($scaleFactorY*128)?>
#overwriteHeight = <?=round($scaleFactorY*128)?> #Need to confirm on next Cemu version
[TextureRedefine] # player icon - GL_RGBA8
width = 256
height = 256
formats = 0x01a
#overwriteWidth = 768
#overwriteHeight = 768 #Need to confirm on next Cemu version
#overwriteWidth = <?=round($scaleFactorY*256)?>
#overwriteHeight = <?=round($scaleFactorY*256)?> #Need to confirm on next Cemu version
[TextureRedefine] # player name - GL_RGBA8
width = 128
height = 32
formats = 0x01a
overwriteWidth = <?=round($scaleFactorX*128)?>
overwriteHeight = <?=round($scaleFactorY*32)?>
[TextureRedefine] # multiplayer
width = 848