{ "root": { "type": "LinearLayout", "orientation": "vertical", "horizontal_align": "center", "vertical_align": "center", "spacing": 20, "x": 0, "y": 0, "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "title", "width": 512, "height": 128, "texture": "resources/e/menu/title.png" }, { "type": "Button", "name": "startButton", "width": 512, "height": 128, "textures": { "normal": "resources/e/menu/button_start.png", "hover": "resources/e/menu/button_start.png", "pressed": "resources/e/menu/button_start.png" } }, { "type": "Button", "name": "helpButton", "width": 512, "height": 128, "textures": { "normal": "resources/e/menu/button_help.png", "hover": "resources/e/menu/button_help.png", "pressed": "resources/e/menu/button_help.png" } }, { "type": "Button", "name": "aboutButton", "width": 512, "height": 128, "textures": { "normal": "resources/e/menu/button_about.png", "hover": "resources/e/menu/button_about.png", "pressed": "resources/e/menu/button_about.png" } } ] } }