Fix font ascent and height values for GUI elements
This commit is contained in:
@ -66,8 +66,8 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/auth.png",
|
||||
"ascent": 11,
|
||||
"height": 12,
|
||||
"ascent": 10,
|
||||
"height": 10,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
@ -75,8 +75,8 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/lobby.png",
|
||||
"ascent": 11,
|
||||
"height": 12,
|
||||
"ascent": 10,
|
||||
"height": 10,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
@ -84,8 +84,8 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/skyblock.png",
|
||||
"ascent": 11,
|
||||
"height": 12,
|
||||
"ascent": 10,
|
||||
"height": 10,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
@ -93,8 +93,8 @@
|
||||
{
|
||||
"type": "bitmap",
|
||||
"file": "minecraft:gui/skypvp.png",
|
||||
"ascent": 11,
|
||||
"height": 12,
|
||||
"ascent": 10,
|
||||
"height": 10,
|
||||
"chars": [
|
||||
""
|
||||
]
|
||||
|
Reference in New Issue
Block a user