70 lines
1.3 KiB
JSON
70 lines
1.3 KiB
JSON
{
|
|
"$schema": "schema.json",
|
|
"includes": ["common/common.json", "common/player_inventory.json"],
|
|
"background": {
|
|
"texture": "guis/threshold_level_emitter.png",
|
|
"srcRect": [0, 0, 176, 184]
|
|
},
|
|
"slots": {
|
|
"CONFIG": {
|
|
"left": 137,
|
|
"top": 47
|
|
}
|
|
},
|
|
"text": {
|
|
"dialog_title": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.threshold_level_emitter"
|
|
},
|
|
"position": {
|
|
"left": 8,
|
|
"top": 6
|
|
}
|
|
},
|
|
"upper_text": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.threshold_level_emitter.upper"
|
|
},
|
|
"position": {
|
|
"left": 20,
|
|
"top": 23
|
|
}
|
|
},
|
|
"lower_text": {
|
|
"text": {
|
|
"translate": "gui.expatternprovider.threshold_level_emitter.lower"
|
|
},
|
|
"position": {
|
|
"left": 20,
|
|
"top": 58
|
|
}
|
|
}
|
|
},
|
|
"widgets": {
|
|
"upperLevelInput": {
|
|
"left": 20,
|
|
"top": 34,
|
|
"width": 83,
|
|
"height": 12
|
|
},
|
|
"lowerLevelInput": {
|
|
"left": 20,
|
|
"top": 69,
|
|
"width": 83,
|
|
"height": 12
|
|
},
|
|
"lowerLevel": {
|
|
"left": 20,
|
|
"top": 17,
|
|
"width": 138,
|
|
"height": 62
|
|
},
|
|
"upperLevel": {
|
|
"left": 20,
|
|
"top": 17,
|
|
"width": 138,
|
|
"height": 62
|
|
}
|
|
}
|
|
}
|