likely finalized color palette, removed color map from unit displays

This commit is contained in:
Mikayla Fischler
2022-11-21 21:32:45 -05:00
parent 657cd15c59
commit 3685e25713
3 changed files with 2 additions and 6 deletions

View File

@@ -299,10 +299,6 @@ local function init(parent, id)
MultiButton{parent=waste_sel,x=1,y=1,options=opts,callback=unit.set_waste,min_width=6,fg_bg=cpair(colors.black, colors.white)}
TextBox{parent=waste_sel,text="Waste Processing",alignment=TEXT_ALIGN.CENTER,x=1,y=1,height=1}
---@fixme test code
main.line_break()
ColorMap{parent=main,x=2,y=51}
return main
end