mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
renamed core_view to core_map
This commit is contained in:
parent
826114e5bf
commit
6b23a32744
@ -46,9 +46,9 @@ local function init(monitor, id)
|
||||
t = 300
|
||||
end
|
||||
|
||||
local core_view = CoreMap{parent=main,x=2,y=3}
|
||||
core_view.update(t)
|
||||
local core_shift = core_view.height()
|
||||
local core_map = CoreMap{parent=main,x=2,y=3}
|
||||
core_map.update(t)
|
||||
local core_shift = core_map.height()
|
||||
|
||||
local f = function () print("scram!") end
|
||||
local scram = SCRAMButton{parent=main,x=2,y=core_shift+4,callback=f,fg_bg=scram_fg_bg}
|
||||
|
Loading…
Reference in New Issue
Block a user