80 lines
2.4 KiB
JSON
80 lines
2.4 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,
|
|
"y" : 300,
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "hint2",
|
|
"width": 440,
|
|
"height": 134,
|
|
"horizontal_gravity": "center",
|
|
"texture": "resources/w/ui/img/Hint2.png",
|
|
"pulse": {
|
|
"minScale": 0.92,
|
|
"maxScale": 1.08,
|
|
"periodMs": 1500
|
|
},
|
|
"fadeIn": { "durationMs": 600 }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "settingsButton",
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"x": -60,
|
|
"y": -60,
|
|
"width": 352,
|
|
"height": 352,
|
|
"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": 160,
|
|
"y": -48,
|
|
"width": 326,
|
|
"height": 326,
|
|
"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": "StaticImage",
|
|
"name": "location",
|
|
"width": 380,
|
|
"height": 64,
|
|
"y" : 30,
|
|
"horizontal_gravity": "center",
|
|
"vertical_align": "top",
|
|
"texture": "resources/w/ui/img/Location_dorm.png"
|
|
}]
|
|
}
|
|
}
|