first-screen-mod/elements/LoreGUIPage3.mod.json

109 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_fv": 33,
"_type": "gui",
"definition": {
"type": 0,
"width": 180,
"height": 142,
"inventoryOffsetX": 0,
"inventoryOffsetY": 0,
"renderBgLayer": false,
"doesPauseGame": false,
"components": [
{
"type": "image",
"data": {
"image": "lore_gui_page.png",
"use1Xscale": false,
"name": "lore_gui_page.png",
"x": 123,
"y": 49
}
},
{
"type": "image",
"data": {
"image": "lore_page_3.png",
"use1Xscale": false,
"name": "lore_page_3.png",
"x": 150,
"y": 56
}
},
{
"type": "button",
"data": {
"text": ">",
"onClick": {
"name": "Firstscreenclose"
},
"width": 30,
"height": 20,
"name": ">",
"x": 267,
"y": 165
}
},
{
"type": "button",
"data": {
"text": "<",
"onClick": {
"name": "OpenLoreGUI2"
},
"width": 30,
"height": 20,
"name": "<",
"x": 129,
"y": 165
}
},
{
"type": "label",
"data": {
"text": "Вы открываете глаза - кажется",
"color": {
"value": -1,
"falpha": 0.0
},
"name": "Вы открываете глаза - кажется",
"x": 128,
"y": 123
}
},
{
"type": "label",
"data": {
"text": "вы на вершине башни.",
"color": {
"value": -1,
"falpha": 0.0
},
"name": "вы на вершине башни.",
"x": 128,
"y": 133
}
},
{
"type": "label",
"data": {
"text": "А вас окружает четыре мага.",
"color": {
"value": -1,
"falpha": 0.0
},
"name": "А вас окружает четыре мага.",
"x": 128,
"y": 143
}
}
],
"gridSettings": {
"sx": 8,
"sy": 8,
"ox": 11,
"oy": 15,
"snapOnGrid": false
}
}
}