Files
Client/src/main/resources/assets/citrus-dev/font/icon_font.json
T
2026-07-12 20:11:05 +02:00

46 lines
901 B
JSON

{
"providers": [
{
"type": "bitmap",
"file": "citrus-dev:ranks/owner.png",
"ascent": 8,
"height": 10,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/admin.png",
"ascent": 8,
"height": 10,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/vip.png",
"ascent": 8,
"height": 10,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/dev.png",
"ascent": 8,
"height": 10,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/bughunter.png",
"ascent": 8,
"height": 10,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "citrus-dev:ranks/default.png",
"ascent": 8,
"height": 10,
"chars": ["\uE099"]
}
]
}