25 lines
747 B
JSON
25 lines
747 B
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "center",
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "menuExitButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"width": 832,
|
|
"height": 608,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Menu_modal_box001.png",
|
|
"hover": "resources/w/ui/img/Menu_modal_box001.png",
|
|
"pressed": "resources/w/ui/img/Menu_modal_box001.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |