Disable player name scaling

This commit is contained in:
Michael 2018-04-08 16:35:58 -07:00 committed by GitHub
parent b969a61b7b
commit 174ce136bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,12 +79,12 @@ formats = 0x1a
#overwriteWidth = <?=round($scaleFactorY*256)?>
#overwriteHeight = <?=round($scaleFactorY*256)?>
[TextureRedefine] # player name - GL_RGBA8
[TextureRedefine] # player name - GL_RGBA8; Disabled because they scale incorrectly in certain places
width = 128
height = 32
formats = 0x1a
overwriteWidth = <?=round($scaleFactorY*128)?>
overwriteHeight = <?=round($scaleFactorY*32)?>
#overwriteWidth = <?=round($scaleFactorY*128)?>
#overwriteHeight = <?=round($scaleFactorY*32)?>
[TextureRedefine] # multiplayer
width = 848