Fix font ascent and height values for GUI elements

This commit is contained in:
2025-06-23 01:58:57 +02:00
parent 244402e39c
commit fd99726935

View File

@ -66,8 +66,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/auth.png", "file": "minecraft:gui/auth.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -75,8 +75,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/lobby.png", "file": "minecraft:gui/lobby.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -84,8 +84,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skyblock.png", "file": "minecraft:gui/skyblock.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]
@ -93,8 +93,8 @@
{ {
"type": "bitmap", "type": "bitmap",
"file": "minecraft:gui/skypvp.png", "file": "minecraft:gui/skypvp.png",
"ascent": 11, "ascent": 10,
"height": 12, "height": 10,
"chars": [ "chars": [
"" ""
] ]