v1.10.0 - Improved the component library to add things like component.gpu.
This commit is contained in:
@@ -4,7 +4,7 @@ local event = import("event")
|
||||
--local ocelot = component.proxy(component.list("ocelot")())
|
||||
local component = import("component")
|
||||
local computer = import("computer")
|
||||
local gpu = component.proxy(component.list("gpu")()) -- replace with component.gpu once implemented
|
||||
local gpu = component.gpu
|
||||
_G.termlib = {}
|
||||
termlib.cursorPosX = 1
|
||||
termlib.cursorPosY = 1
|
||||
|
||||
Reference in New Issue
Block a user