small monitor/offsetbugfix update
-reworked monitor support (you are able to write on monitors through computer) -fixed offset bugs -couple of smaller bugfixes
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
local basalt = { debugger = true, version = 1 }
|
||||
local activeFrame
|
||||
local keyActive = {}
|
||||
local focusedObject
|
||||
local frames = {}
|
||||
local keyActive = {}
|
||||
local activeFrame
|
||||
|
||||
local mainFrame
|
||||
local monFrames = {}
|
||||
|
||||
local parentTerminal = term.current()
|
||||
|
||||
local sub = string.sub
|
||||
|
||||
Reference in New Issue
Block a user