81 lines
2.7 KiB
JSON
81 lines
2.7 KiB
JSON
{
|
|
"root": {
|
|
"type": "LinearLayout",
|
|
"orientation": "vertical",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "center",
|
|
"spacing": 10,
|
|
"x": 0,
|
|
"y": 0,
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "titleBtn",
|
|
"width": 254,
|
|
"height": 35,
|
|
"textures": {
|
|
"normal": "resources/main_menu/title.png",
|
|
"hover": "resources/main_menu/title.png",
|
|
"pressed": "resources/main_menu/title.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "underlineBtn",
|
|
"width": 168,
|
|
"height": 44,
|
|
"textures": {
|
|
"normal": "resources/main_menu/line.png",
|
|
"hover": "resources/main_menu/line.png",
|
|
"pressed": "resources/main_menu/line.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "subtitleBtn",
|
|
"width": 144,
|
|
"height": 11,
|
|
"textures": {
|
|
"normal": "resources/main_menu/subtitle.png",
|
|
"hover": "resources/main_menu/subtitle.png",
|
|
"pressed": "resources/main_menu/subtitle.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "singleButton",
|
|
"width": 382,
|
|
"height": 56,
|
|
"textures": {
|
|
"normal": "resources/main_menu/single.png",
|
|
"hover": "resources/main_menu/Variant5.png",
|
|
"pressed": "resources/main_menu/Variant6.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "multiplayerButton",
|
|
"width": 382,
|
|
"height": 56,
|
|
"textures": {
|
|
"normal": "resources/main_menu/multi.png",
|
|
"hover": "resources/main_menu/Variant7.png",
|
|
"pressed": "resources/main_menu/Variant8.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "versionLabel",
|
|
"width": 81,
|
|
"height": 9,
|
|
"textures": {
|
|
"normal": "resources/main_menu/version.png",
|
|
"hover": "resources/main_menu/version.png",
|
|
"pressed": "resources/main_menu/version.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |