Update font ascent and height values for consistency across bitmap files
This commit is contained in:
@ -3,35 +3,43 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/auth.png",
|
"file": "minecraft:gui/auth.png",
|
||||||
"ascent": 7,
|
"ascent": 16,
|
||||||
"height": 8,
|
"height": 16,
|
||||||
"chars": [""]
|
"chars": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/lobby.png",
|
"file": "minecraft:gui/lobby.png",
|
||||||
"ascent": 7,
|
"ascent": 16,
|
||||||
"height": 8,
|
"height": 16,
|
||||||
"chars": [""]
|
"chars": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skypvp.png",
|
"file": "minecraft:gui/skypvp.png",
|
||||||
"ascent": 7,
|
"ascent": 16,
|
||||||
"height": 8,
|
"height": 16,
|
||||||
"chars": [""]
|
"chars": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:gui/skyblock.png",
|
"file": "minecraft:gui/skyblock.png",
|
||||||
"ascent": 7,
|
"ascent": 16,
|
||||||
"height": 8,
|
"height": 16,
|
||||||
"chars": [""]
|
"chars": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/admin.png",
|
"file": "minecraft:ranks/admin.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -40,7 +48,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/helper.png",
|
"file": "minecraft:ranks/helper.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -49,7 +57,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/tulaj.png",
|
"file": "minecraft:ranks/tulaj.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -58,7 +66,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/admin+.png",
|
"file": "minecraft:ranks/admin+.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -67,7 +75,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/manager.png",
|
"file": "minecraft:ranks/manager.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -76,7 +84,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/developer.png",
|
"file": "minecraft:ranks/developer.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
@ -85,7 +93,7 @@
|
|||||||
{
|
{
|
||||||
"type": "bitmap",
|
"type": "bitmap",
|
||||||
"file": "minecraft:ranks/staff.png",
|
"file": "minecraft:ranks/staff.png",
|
||||||
"ascent": 7,
|
"ascent": 8,
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"chars": [
|
"chars": [
|
||||||
""
|
""
|
||||||
|
Reference in New Issue
Block a user