25 lines
745 B
JSON
25 lines
745 B
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "center",
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "journalExitButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"width": 1125,
|
|
"height": 520,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/QuestJournal001.png",
|
|
"hover": "resources/w/ui/img/QuestJournal001.png",
|
|
"pressed": "resources/w/ui/img/QuestJournal001.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |