{ "root": { "type": "FrameLayout", "x": 0, "y": 0, "width": "match_parent", "height": "match_parent", "children": [ { "type": "TextView", "name": "velocityText", "x": 10, "y": 10, "width": 200, "height": 40, "horizontal_gravity": "left", "vertical_gravity": "top", "text": "Velocity: 0", "fontSize": 24, "color": [1.0, 1.0, 1.0, 1.0], "centered": false }, { "type": "Button", "name": "shootButton", "x": 0, "y": 0, "width": 150, "height": 150, "horizontal_gravity": "right", "vertical_gravity": "bottom", "textures": { "normal": "resources/fire.png", "hover": "resources/fire.png", "pressed": "resources/fire2.png", "disabled": "resources/fire_disabled.png" } }, { "type": "Button", "name": "shootButton2", "x": 0, "y": 0, "width": 150, "height": 150, "horizontal_gravity": "left", "vertical_gravity": "bottom", "textures": { "normal": "resources/fire.png", "hover": "resources/fire.png", "pressed": "resources/fire2.png", "disabled": "resources/fire_disabled.png" } }, { "type": "Button", "name": "minusButton", "x": -20, "y": 110, "width": 150, "height": 150, "border" : 20, "horizontal_gravity": "right", "vertical_gravity": "bottom", "textures": { "normal": "resources/button_minus.png", "hover": "resources/button_minus_pressed.png", "pressed": "resources/button_minus_pressed.png", "disabled" : "resources/button_minus_disabled.png" } }, { "type": "Button", "name": "plusButton", "x": -20, "y": 220, "width": 150, "height": 150, "border" : 20, "horizontal_gravity": "right", "vertical_gravity": "bottom", "textures": { "normal": "resources/button_plus.png", "hover": "resources/button_plus_pressed.png", "pressed": "resources/button_plus_pressed.png", "disabled" : "resources/button_plus_disabled.png" } } ] } }