136 lines
4.5 KiB
JSON
136 lines
4.5 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "settingsButton",
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"x": -23,
|
|
"y": -35,
|
|
"width": 200,
|
|
"height": 200,
|
|
"clickZoneWidth": 176,
|
|
"clickZoneHeight": 176,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
|
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
|
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "inventoryButton",
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"x": 110,
|
|
"y": -18,
|
|
"width": 165,
|
|
"height": 165,
|
|
"clickZoneWidth": 151,
|
|
"clickZoneHeight": 151,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
|
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
|
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "journalButton",
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"x": 220,
|
|
"y": -18,
|
|
"width": 165,
|
|
"height": 165,
|
|
"clickZoneWidth": 89,
|
|
"clickZoneHeight": 89,
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "hint_darklands002",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "top",
|
|
"width": 470,
|
|
"height": 178,
|
|
"x": 0,
|
|
"y": 20,
|
|
"texture": "resources/w/ui/img/Hint_darklands002_attack.png",
|
|
"pulse": {
|
|
"minScale": 0.92,
|
|
"maxScale": 1.08,
|
|
"periodMs": 1500
|
|
},
|
|
"fadeIn": {
|
|
"durationMs": 600
|
|
}
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "healthBarPanel",
|
|
"width": 389,
|
|
"height": 132.2,
|
|
"y": -5,
|
|
"x": -5,
|
|
"horizontal_gravity": "left",
|
|
"vertical_align": "top",
|
|
"texture": "resources/w/ui/img/HealthBarBase002.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "healthBarBorder",
|
|
"width": 151.2,
|
|
"height": 22.8,
|
|
"y": 49.8,
|
|
"x": 100.6,
|
|
"horizontal_gravity": "left",
|
|
"vertical_align": "top",
|
|
"texture": "resources/w/ui/img/HealthBarBack001.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "healthBarFill",
|
|
"width": 151.2,
|
|
"height": 22.8,
|
|
"y": 49.8,
|
|
"x": 100.6,
|
|
"horizontal_gravity": "left",
|
|
"vertical_align": "top",
|
|
"texture": "resources/w/ui/img/HealthBarFill001.png"
|
|
},
|
|
{
|
|
"type": "TextView",
|
|
"name": "healthValue",
|
|
"x": 255.0,
|
|
"y": 45.5,
|
|
"width": 100.0,
|
|
"height": 44.0,
|
|
"horizontal_gravity": "left",
|
|
"vertical_gravity": "top",
|
|
"text": "200/200",
|
|
"fontSize": 20,
|
|
"fontPath": "resources/fonts/DroidSans.ttf",
|
|
"textCentered": false,
|
|
"topAligned": false,
|
|
"wrap": true,
|
|
"color": [
|
|
1.0,
|
|
1.0,
|
|
1.0,
|
|
1.0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|