{ "root": { "type": "FrameLayout", "x": 0, "y": 0, "width": 1280, "height": 720, "children": [ { "type": "FrameLayout", "name": "centerPanel", "x": 480, "y": 160, "width": 320, "height": 400, "children": [ { "type": "LinearLayout", "name": "settingsButtons", "orientation": "vertical", "spacing": 10, "x": 0, "y": 0, "width": 300, "height": 300, "children": [ { "type": "Button", "name": "Opt1", "x": 100, "y": 300, "width": 200, "height": 50, "textures": { "normal": "resources/sand2.png", "hover": "resources/sand2.png", "pressed": "resources/sand2.png" } }, { "type": "Button", "name": "Opt2", "x": 100, "y": 200, "width": 200, "height": 50, "textures": { "normal": "resources/sand2.png", "hover": "resources/sand2.png", "pressed": "resources/sand2.png" } }, { "type": "Button", "name": "backButton", "x": 100, "y": 100, "width": 200, "height": 50, "textures": { "normal": "resources/sand2.png", "hover": "resources/sand2.png", "pressed": "resources/sand2.png" } } ] } ] } ] } }