44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "LinearLayout",
|
|
"orientation": "vertical",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "center",
|
|
"spacing": 0,
|
|
"width": "match_parent",
|
|
"height": 600,
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "phoneButton",
|
|
"width": 229,
|
|
"height": 229,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
|
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
|
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "journalButton",
|
|
"width": 229,
|
|
"height": 229,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
|
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
|
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
|
}
|
|
}
|
|
|
|
]
|
|
}]
|
|
}
|
|
}
|