{ "root": { "type": "LinearLayout", "x": 0, "y": 0, "width": 1920, "height": 1080, "orientation": "vertical", "spacing": 20, "children": [ { "type": "TextView", "name": "titleText", "x": 300, "y": 100, "width": 1320, "height": 100, "text": "Multiplayer", "fontPath": "resources/fonts/DroidSans.ttf", "fontSize": 72, "color": [1, 1, 1, 1], "centered": true }, { "type": "TextView", "name": "serverLabel", "x": 400, "y": 250, "width": 1120, "height": 50, "text": "Enter server name or IP:", "fontPath": "resources/fonts/DroidSans.ttf", "fontSize": 32, "color": [1, 1, 1, 1], "centered": false }, { "type": "TextField", "name": "serverInputField", "x": 400, "y": 320, "width": 1120, "height": 60, "placeholder": "Enter server name or IP", "fontPath": "resources/fonts/DroidSans.ttf", "fontSize": 28, "maxLength": 256, "color": [1, 1, 1, 1], "placeholderColor": [0.6, 0.6, 0.6, 1], "backgroundColor": [0.15, 0.15, 0.15, 1], "borderColor": [0.7, 0.7, 0.7, 1] }, { "type": "LinearLayout", "x": 400, "y": 450, "width": 1120, "height": 80, "orientation": "horizontal", "spacing": 30, "children": [ { "type": "Button", "name": "connectButton", "x": 0, "y": 0, "width": 530, "height": 80, "textures": { "normal": "resources/main_menu/single.png", "hover": "resources/main_menu/single.png", "pressed": "resources/main_menu/single.png" } }, { "type": "Button", "name": "backButton", "x": 590, "y": 0, "width": 530, "height": 80, "textures": { "normal": "resources/main_menu/exit.png", "hover": "resources/main_menu/exit.png", "pressed": "resources/main_menu/exit.png" } } ] }, { "type": "TextView", "name": "statusText", "x": 400, "y": 580, "width": 1120, "height": 50, "text": "Ready to connect", "fontPath": "resources/fonts/DroidSans.ttf", "fontSize": 24, "color": [0.8, 0.8, 0.8, 1], "centered": false } ] } }