87 lines
3.0 KiB
JSON
87 lines
3.0 KiB
JSON
{
|
||
"root": {
|
||
"type": "FrameLayout",
|
||
"width": "match_parent",
|
||
"height": "match_parent",
|
||
"children": [
|
||
{
|
||
"type": "StaticImage",
|
||
"name": "mainMenuBkg",
|
||
"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": "TextButton",
|
||
"name": "menuStartButton",
|
||
"width": 300,
|
||
"height": 70,
|
||
"text": "Начать игру",
|
||
"fontSize": 48,
|
||
"textCentered": true
|
||
},
|
||
{
|
||
"type": "TextButton",
|
||
"name": "menuLoadButton",
|
||
"width": 300,
|
||
"height": 70,
|
||
"text": "Загрузить игру",
|
||
"fontSize": 48,
|
||
"textCentered": true
|
||
},
|
||
{
|
||
"type": "TextButton",
|
||
"name": "menuSettingsButton",
|
||
"width": 300,
|
||
"height": 70,
|
||
"text": "Настройки",
|
||
"fontSize": 48,
|
||
"textCentered": true
|
||
},
|
||
{
|
||
"type": "TextButton",
|
||
"name": "menuAboutButton",
|
||
"width": 300,
|
||
"height": 70,
|
||
"text": "О нас",
|
||
"fontSize": 48,
|
||
"textCentered": true
|
||
},
|
||
{
|
||
"type": "TextButton",
|
||
"name": "menuExitButton",
|
||
"width": 300,
|
||
"height": 70,
|
||
"text": "Выход",
|
||
"fontSize": 48,
|
||
"textCentered": true
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "TextView",
|
||
"name": "mainMenuVersion",
|
||
"horizontal_gravity": "right",
|
||
"vertical_gravity": "bottom",
|
||
"x": 10,
|
||
"y": 10,
|
||
"width": 160,
|
||
"height": 36,
|
||
"text": "v. 0.6",
|
||
"fontSize": 24,
|
||
"textCentered": false,
|
||
"topAligned": true,
|
||
"paddingY": 4
|
||
}
|
||
]
|
||
}
|
||
} |