124 lines
4.2 KiB
JSON
124 lines
4.2 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "mainMenuBkg",
|
|
"width": 2186,
|
|
"height": 1536,
|
|
"texture": "resources/w/ui/img/main/MenuBkg001_v001.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "mainMenuBkg2",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "bottom",
|
|
"width": 720,
|
|
"height": 720,
|
|
"texture": "resources/w/ui/img/main/main002.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "mainMenuUnderLetterBkg",
|
|
"horizontal_gravity": "center",
|
|
"width": 450,
|
|
"height": "match_parent",
|
|
"texture": "resources/w/ui/img/main/under_letters001.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "mainMenuLogo",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"width": 350,
|
|
"height": 175,
|
|
"y": 235,
|
|
"texture": "resources/w/ui/img/main/letters002.png"
|
|
},
|
|
{
|
|
"type": "LinearLayout",
|
|
"orientation": "vertical",
|
|
"horizontal_align": "center",
|
|
"vertical_align": "center",
|
|
"spacing": 24,
|
|
"y": 120,
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuStartButton",
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "Start Game",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuLoadButton",
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "Load Game",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuSettingsButton",
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "Settings",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuLanguageButton",
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "Язык / Language",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuAboutButton",
|
|
"width": 300,
|
|
"height": 70,
|
|
"text": "About Us",
|
|
"fontSize": 48,
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "menuExitButton",
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "Exit",
|
|
"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.7",
|
|
"fontSize": 24,
|
|
"textCentered": false,
|
|
"topAligned": true,
|
|
"paddingY": 4
|
|
}
|
|
]
|
|
}
|
|
} |