color reactor coolant bars based on coolant type

This commit is contained in:
Mikayla Fischler
2022-12-11 10:51:45 -05:00
parent a633f5b4c3
commit a591cab338
6 changed files with 49 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "beta-v0.8.2"
local COORDINATOR_VERSION = "beta-v0.8.3"
local print = util.print
local println = util.println