37 lines
1.2 KiB
JSON
37 lines
1.2 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": "StaticImage",
|
|
"name": "location",
|
|
"width": 380,
|
|
"height": 64,
|
|
"y": 30,
|
|
"horizontal_gravity": "center",
|
|
"vertical_align": "top",
|
|
"texture": "resources/w/ui/img/Location_dorm.png"
|
|
}
|
|
]
|
|
}
|
|
} |