first-screen-mod/elements/LoreGUIPage1.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_1.png",
"use1Xscale": false,
"name": "lore_page_1.png",
"x": 150,
"y": 56
}
},
{
"type": "button",
"data": {
"text": ">",
"onClick": {
"name": "OpenLoreGUI2"
},
"width": 30,
"height": 20,
"name": ">",
"x": 267,
"y": 165
}
},
{
"type": "button",
"data": {
"text": "<",
"onClick": {
"name": "OpenLoreGUI0"
},
"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
}
}
}