Files
TexturePack/9/assets/custom_escape/font/custom_font.json
YoyoNow 869e8a847b
All checks were successful
SteamWarCI Build successful
Fix texture pack escape menu
2025-06-13 11:59:17 +02:00

31 lines
548 B
JSON

{
"providers": [
{
"file": "custom_escape:internal/square.png",
"chars": [
"\uEFFE"
],
"height": -104,
"ascent": -10000,
"type": "bitmap"
},
{
"file": "custom_escape:internal/square.png",
"chars": [
"\uEFFF"
],
"height": -105,
"ascent": -10000,
"type": "bitmap"
},
{
"type": "bitmap",
"file": "custom_escape:escape_menu/logo.png",
"height": 120,
"ascent": 120,
"chars": [
"\uEF00"
]
}
]
}