#72 unit overview layout completed

This commit is contained in:
Mikayla Fischler
2022-07-02 17:24:52 -04:00
parent 3048fbed8b
commit 7ad115bc03
6 changed files with 108 additions and 14 deletions

View File

@@ -21,7 +21,10 @@ local function init(monitor)
TextBox{parent=main,text="Nuclear Generation Facility SCADA Coordinator",alignment=TEXT_ALIGN.CENTER,height=1,fg_bg=style.header}
-- unit overviews
unit_overview(main, 3, 3, 1)
unit_overview(main, 2, 3, 1)
unit_overview(main, 84, 3, 2)
unit_overview(main, 2, 32, 3)
unit_overview(main, 84, 32, 4)
return main
end