rendered paste body/** * SolarSystem Phone UI layout */{ "padding": "border", "direction": "top-to-bottom", "spacing": "border", "children": [ { "direction": "left-to-right", "spacing": "border", "children": [ { "name": "back", "class": "button-icon", }, { "weight": 1.0, }, ]}, // middle spacer { "weight": 1.0, }, // ship under construction panel { "direction": "left-to-right", "spacing": "border", "children": [ { "name": "construction", "width": 3.5, "direction": "top-to-bottom", "padding": 4.0, "spacing": 4.0, "children": [ { "name": "construction-title", "class": "title" }, { "name": "construction-progress", "height": 0.3 }, ]}, { "weight": 1.0, }, ]}, // bottom buttons { "spacing": "border", "children": [ { "name": "left", "class": "button-icon", }, { "width": 0.175, }, { "spacing": "-border", "children": [ { "name": "queue1", "class": "button-icon", }, { "name": "queue2", "class": "button-icon", }, { "name": "queue3", "class": "button-icon", }, { "name": "queue4", "class": "button-icon", }, ]}, { "weight": 1.0, }, { "name": "build", "class": "button" }, { "width": 0.175, }, { "name": "right", "class": "button-icon", }, ]},]}