{ "root": { "type": "FrameLayout", "x": 0, "y": 0, "width": 1280, "height": 720, "children": [ { "type": "Slider", "name": "velocitySlider", "x": 1140, "y": 100, "width": 50, "height": 500, "value": 0.0, "orientation": "vertical", "textures": { "track": "resources/velocitySliderTexture.png", "knob": "resources/velocitySliderButton.png" } }, { "type": "Button", "name": "shootButton", "x": 100, "y": 100, "width": 100, "height": 100, "textures": { "normal": "resources/shoot_normal.png", "hover": "resources/shoot_hover.png", "pressed": "resources/shoot_pressed.png" } } ] } }