Fix texture pack escape menu
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-06-13 11:59:17 +02:00
parent d487e1f39e
commit 869e8a847b
150 changed files with 300 additions and 310 deletions

View File

@@ -0,0 +1,31 @@
{
"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"
]
}
]
}