shadow-over-bishkek001/resources/w/ui/screen_load.json
2026-06-20 12:42:10 +03:00

85 lines
2.8 KiB
JSON

{
"root": {
"type": "FrameLayout",
"width": "match_parent",
"height": "match_parent",
"children": [
{
"type": "StaticImage",
"name": "loadBkg",
"width": "match_parent",
"height": "match_parent",
"texture": "resources/w/ui/img/main/bkg.png"
},
{
"type": "LinearLayout",
"orientation": "vertical",
"horizontal_align": "center",
"vertical_align": "center",
"spacing": 24,
"width": "match_parent",
"height": "match_parent",
"children": [
{
"type": "TextView",
"name": "loadTitle",
"width": 300,
"height": 70,
"text": "Выберите сохраненную игру:",
"fontSize": 48,
"textCentered": true
},
{
"type": "TextButton",
"name": "loadSlot1Button",
"width": 300,
"height": 70,
"text": "(пусто)",
"fontSize": 48,
"textCentered": true
},
{
"type": "TextButton",
"name": "loadSlot2Button",
"width": 300,
"height": 70,
"text": "(пусто)",
"fontSize": 48,
"textCentered": true
},
{
"type": "TextButton",
"name": "loadSlot3Button",
"width": 300,
"height": 70,
"text": "(пусто)",
"fontSize": 48,
"textCentered": true
},
{
"type": "TextButton",
"name": "loadSlot4Button",
"width": 300,
"height": 70,
"text": "(пусто)",
"fontSize": 48,
"textCentered": true
}
]
},
{
"type": "TextButton",
"name": "loadBackButton",
"horizontal_gravity": "center",
"vertical_gravity": "bottom",
"y": 40,
"width": 200,
"height": 60,
"text": "Назад",
"fontSize": 40,
"textCentered": true
}
]
}
}