70 lines
2.6 KiB
JSON
70 lines
2.6 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": "Button",
|
|
"name": "phoneMain",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -60,
|
|
"width": 882,
|
|
"height": 1416,
|
|
"clickZoneWidth": 600,
|
|
"clickZoneHeight": 900,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phoneVideo/PhoneVideo003.png",
|
|
"hover": "resources/w/ui/img/phoneVideo/PhoneVideo003.png",
|
|
"pressed": "resources/w/ui/img/phoneVideo/PhoneVideo003.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "buttonBack",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 470,
|
|
"width": 564,
|
|
"height": 82,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phoneVideo/PhoneVideoBackButton001.png",
|
|
"hover": "resources/w/ui/img/phoneVideo/PhoneVideoBackButton001.png",
|
|
"pressed": "resources/w/ui/img/phoneVideo/PhoneVideoBackButton001.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "videoSkip",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -430,
|
|
"width": 582,
|
|
"height": 124,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phoneVideo/PhoneVideoSkipButton001.png",
|
|
"hover": "resources/w/ui/img/phoneVideo/PhoneVideoSkipButton001.png",
|
|
"pressed": "resources/w/ui/img/phoneVideo/PhoneVideoSkipButton001.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |