Files
Client/src/main/resources/assets/citrus-dev/font/icon_font.json
T

46 lines
895 B
JSON
Raw Normal View History

2026-07-12 17:01:53 +02:00
{
"providers": [
{
"type": "bitmap",
"file": "citrus-dev:ranks/owner.png",
"ascent": 7,
"height": 8,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/admin.png",
"ascent": 7,
"height": 8,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/vip.png",
"ascent": 7,
"height": 8,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/dev.png",
"ascent": 7,
"height": 8,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/bughunter.png",
"ascent": 7,
"height": 8,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/default.png",
"ascent": 7,
"height": 8,
"chars": ["\uE099"]
}
]
}