{ "root": { "type": "FrameLayout", "x": 0, "y": 0, "width": 1280, "height": 720, "children": [ { "type": "FrameLayout", "name": "leftPanel", "x": 100, "y": 100, "width": 320, "height": 400, "children": [ { "type": "LinearLayout", "name": "mainButtons", "orientation": "vertical", "spacing": 10, "x": 0, "y": 0, "width": 300, "height": 300, "children": [ { "type": "Button", "name": "playButton", "x": 100, "y": 300, "width": 200, "height": 50, "textures": { "normal": "./resources/button.png", "hover": "./resources/button.png", "pressed": "./resources/button.png" } }, { "type": "Button", "name": "settingsButton", "x": 100, "y": 200, "width": 200, "height": 50, "textures": { "normal": "./resources/sand.png", "hover": "./resources/sand.png", "pressed": "./resources/sand.png" } }, { "type": "Button", "name": "exitButton", "x": 100, "y": 100, "width": 200, "height": 50, "textures": { "normal": "./resources/rock.png", "hover": "./resources/rock.png", "pressed": "./resources/rock.png" } } ] } ] } ] } }