Add building status light
This commit is contained in:
@@ -360,3 +360,17 @@ modal_dim = "#00000099" # semi-transparent black dim behind modal dialogs
|
||||
bg = "#000000cc"
|
||||
fg = "#ffffff"
|
||||
font_size = 14
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Building status light (REQ-UI-STATUS-LIGHT)
|
||||
#
|
||||
# Fill color per production state, drawn as a small circle in the building's
|
||||
# upper-right corner, plus the constant outline color.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
[status_light]
|
||||
grey = "#808080" # no recipe/schematic selected
|
||||
green = "#33cc33" # producing (Salvage Bay: holding scrap)
|
||||
red = "#cc3333" # idle, input missing (Salvage Bay: empty)
|
||||
yellow = "#e6c619" # idle, output buffer full
|
||||
outline = "#000000"
|
||||
|
||||
Reference in New Issue
Block a user