space-game001/resources/w/ui/screen_phone_map_dorm.json
2026-06-03 21:38:12 +03:00

64 lines
2.3 KiB
JSON

{
"root": {
"type": "FrameLayout",
"name": "hud_root",
"width": "match_parent",
"height": "match_parent",
"vertical_align": "center",
"horizontal_align": "center",
"children": [
{
"type": "Button",
"name": "phoneExitButton",
"horizontal_gravity": "center",
"vertical_gravity": "center",
"y": 0,
"width": "match_parent",
"height": "match_parent",
"textures": {
"normal": "resources/transparent.png",
"hover": "resources/transparent.png",
"pressed": "resources/transparent.png"
}
},
{
"type": "StaticImage",
"name": "phoneMain",
"horizontal_gravity": "center",
"vertical_gravity": "center",
"y": -60,
"width": 617.4,
"height": 991.2,
"texture": "resources/w/ui/img/phoneMap/PhoneMapDorm001.png"
},
{
"type": "Button",
"name": "buttonBack",
"horizontal_gravity": "center",
"vertical_gravity": "center",
"y": 310,
"width": 446.6,
"height": 75.6,
"textures": {
"normal": "resources/w/ui/img/phoneMap/PhoneMapBack001.png",
"hover": "resources/w/ui/img/phoneMap/PhoneMapBack001.png",
"pressed": "resources/w/ui/img/phoneMap/PhoneMapBack001.png"
}
},
{
"type": "Button",
"name": "mapGo",
"horizontal_gravity": "center",
"vertical_gravity": "center",
"y": -280,
"width": 397.6,
"height": 121.8,
"textures": {
"normal": "resources/w/ui/img/phoneMap/PhoneMapButton001.png",
"hover": "resources/w/ui/img/phoneMap/PhoneMapButton001.png",
"pressed": "resources/w/ui/img/phoneMap/PhoneMapButton001.png"
}
}
]
}
}