90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "saveBkg",
|
|
"width": 2992,
|
|
"height": 1632,
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"texture": "resources/w/ui/img/main/MenuBkg001_v001.png"
|
|
},
|
|
{
|
|
"type": "TextView",
|
|
"name": "saveTitle",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 200,
|
|
"width": 300,
|
|
"height": 70,
|
|
"text": "Выберите слот для сохранения:",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "saveSlot1Button",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 130,
|
|
"width": 400,
|
|
"height": 70,
|
|
"text": "(пусто)",
|
|
"fontSize": 24,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "saveSlot2Button",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 60,
|
|
"width": 400,
|
|
"height": 70,
|
|
"text": "(пусто)",
|
|
"fontSize": 24,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "saveSlot3Button",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -10,
|
|
"width": 400,
|
|
"height": 70,
|
|
"text": "(пусто)",
|
|
"fontSize": 24,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "saveSlot4Button",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -80,
|
|
"width": 400,
|
|
"height": 70,
|
|
"text": "(пусто)",
|
|
"fontSize": 24,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "saveBackButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "bottom",
|
|
"y": 40,
|
|
"width": 200,
|
|
"height": 60,
|
|
"text": "Назад",
|
|
"fontSize": 40,
|
|
"textCentered": true
|
|
}
|
|
]
|
|
}
|
|
} |