30 lines
502 B
JSON
30 lines
502 B
JSON
{
|
|
"$schema": "schema.json",
|
|
"includes": ["common/common.json", "common/player_inventory.json"],
|
|
"background": {
|
|
"texture": "guis/caner.png",
|
|
"srcRect": [0, 0, 176, 170]
|
|
},
|
|
"slots": {
|
|
"EX_1": {
|
|
"left": 46,
|
|
"top": 37
|
|
},
|
|
"EX_2": {
|
|
"left": 109,
|
|
"top": 37
|
|
}
|
|
},
|
|
"text": {
|
|
"dialog_title": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.caner"
|
|
},
|
|
"position": {
|
|
"left": 8,
|
|
"top": 6
|
|
}
|
|
}
|
|
}
|
|
}
|