removed debug fg_bg set

This commit is contained in:
Mikayla Fischler 2022-07-14 14:29:48 -04:00
parent bd1ab11686
commit 6643c7e6ed

View File

@ -41,7 +41,7 @@ local function make(parent, x, y, unit)
end
-- bounding box div
local root = Div{parent=parent,x=x,y=y,width=80,height=height,fg_bg=cpair(colors.black,colors.black)}
local root = Div{parent=parent,x=x,y=y,width=80,height=height}
-- unit header message
TextBox{parent=root,text="Unit #" .. unit.unit_id,alignment=TEXT_ALIGN.CENTER,height=1,fg_bg=style.header}