81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "aboutBkg",
|
|
"width": 2992,
|
|
"height": 1632,
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"texture": "resources/w/ui/img/main/MenuBkg001_v001.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "aboutPicture",
|
|
"width": 720,
|
|
"height": 720,
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"texture": "resources/w/ui/img/main/aboutPage002.png"
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "steamButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 200,
|
|
"width": 200,
|
|
"height": 60,
|
|
"text": "Добавить игру в Wishlist!",
|
|
"fontSize": 40,
|
|
"color": [0.55, 0.9, 1.0, 1.0],
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "telegramButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -240,
|
|
"x": -150,
|
|
"width": 200,
|
|
"height": 60,
|
|
"text": "Telegram-канал",
|
|
"fontSize": 40,
|
|
"color": [0.55, 0.9, 1.0, 1.0],
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "discordButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -240,
|
|
"x": 150,
|
|
"width": 200,
|
|
"height": 60,
|
|
"text": "Наш Discord",
|
|
"fontSize": 40,
|
|
"color": [0.55, 0.9, 1.0, 1.0],
|
|
"textCentered": true
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "aboutBackButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "bottom",
|
|
"y": 40,
|
|
"width": 200,
|
|
"height": 60,
|
|
"text": "Назад",
|
|
"fontSize": 40,
|
|
"textCentered": true
|
|
}
|
|
]
|
|
}
|
|
}
|