This commit is contained in:
2026-02-23 10:22:40 +01:00
parent 6839baf1a6
commit 1ab0820bac
3 changed files with 47 additions and 0 deletions

20
capes.json Normal file
View File

@@ -0,0 +1,20 @@
{
"capes": [
{
"id": "tg",
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/tg_cape.png"
},
{
"id": "gabri",
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/gabri_cape.png"
},
{
"id": "tg1",
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/tg_cape1.png"
},
{
"id": "test",
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/testcape.png"
}
]
}