#535 added startup button to configurators

This commit is contained in:
Mikayla Fischler
2024-11-09 11:56:56 -05:00
parent 764638c212
commit 8439e02586
11 changed files with 66 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.8.12"
local R_PLC_VERSION = "v1.8.13"
local println = util.println
local println_ts = util.println_ts