83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "LinearLayout",
|
|
"orientation": "horizontal",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "right",
|
|
"spacing": 16,
|
|
"width": "match_parent",
|
|
"height": 600,
|
|
"y" : -200,
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "hint6a",
|
|
"width": 440,
|
|
"height": 134,
|
|
"horizontal_gravity": "center",
|
|
"texture": "resources/w/ui/img/Hint6a.png",
|
|
"pulse": {
|
|
"minScale": 0.92,
|
|
"maxScale": 1.08,
|
|
"periodMs": 1500
|
|
},
|
|
"fadeIn": { "durationMs": 600 }
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "hint6b",
|
|
"width": 440,
|
|
"height": 134,
|
|
"horizontal_gravity": "center",
|
|
"texture": "resources/w/ui/img/Hint6b.png",
|
|
"pulse": {
|
|
"minScale": 0.92,
|
|
"maxScale": 1.08,
|
|
"periodMs": 1500
|
|
},
|
|
"fadeIn": { "durationMs": 600 }
|
|
}
|
|
]
|
|
},{
|
|
"type": "Button",
|
|
"name": "phoneButton",
|
|
"width": 229,
|
|
"height": 229,
|
|
"x": 74,
|
|
"y" :-46,
|
|
"clickZoneWidth": 104,
|
|
"clickZoneHeight": 104,
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"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": 163,
|
|
"height": 163,
|
|
"x": -13,
|
|
"y" :-13,
|
|
"clickZoneWidth": 89,
|
|
"clickZoneHeight": 89,
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
|
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
|
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
|
}
|
|
}]
|
|
}
|
|
}
|