#72 work on main layout, reactor and boiler views exist now

This commit is contained in:
Mikayla Fischler
2022-06-25 16:21:57 -04:00
parent e137953f93
commit 1188d2f7df
6 changed files with 132 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ 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, 5, 5, 1)
unit_overview(main, 3, 3, 1)
return main
end