#226 updated PLC/RTU front panels to use new mouse events

This commit is contained in:
Mikayla
2023-05-10 19:21:54 +00:00
parent 2c2f936232
commit 3a0d677c16
6 changed files with 12 additions and 12 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.1.17"
local R_PLC_VERSION = "v1.2.0"
local println = util.println
local println_ts = util.println_ts