space-game001/resources/w/ui/screen_menu.json
Vladislav Khorev 586ffc99b6 Working on ui
2026-05-27 22:35:05 +03:00

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"
}
}
]
}
}