{ "root": { "type": "FrameLayout", "name": "hud_root", "width": "match_parent", "height": "match_parent", "children": [ { "type": "TextButton", "name": "inventory_button", "x": 50.0, "y": 50.0, "width": 150.0, "height": 60.0, "text": "Inventory", "fontSize": 24, "fontPath": "resources/fonts/DroidSans.ttf", "textCentered": true, "color": [1.0, 1.0, 1.0, 1.0], "textures": { "normal": "resources/w/red.png", "hover": "resources/w/red.png", "pressed": "resources/w/red.png" } }, { "type": "TextButton", "name": "quest_journal_button", "x": 220.0, "y": 50.0, "width": 170.0, "height": 60.0, "text": "Quests", "fontSize": 24, "fontPath": "resources/fonts/DroidSans.ttf", "textCentered": true, "color": [1.0, 1.0, 1.0, 1.0], "textures": { "normal": "resources/w/red.png", "hover": "resources/w/red.png", "pressed": "resources/w/red.png" } } ] } }