v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
@@ -2,6 +2,7 @@ local event = import("event")
|
||||
--local keyboard = import("keyboard")
|
||||
|
||||
--local ocelot = component.proxy(component.list("ocelot")())
|
||||
local component = import("component")
|
||||
local gpu = component.proxy(component.list("gpu")()) -- replace with component.gpu once implemented
|
||||
_G.termlib = {}
|
||||
termlib.cursorPosX = 1
|
||||
|
||||
Reference in New Issue
Block a user