:3 im going insane
This commit is contained in:
@@ -193,7 +193,7 @@ rawset(__BUNDLER_FILES, "utils.lua", function ()
|
|||||||
return object
|
return object
|
||||||
end
|
end
|
||||||
--- @type Monitor
|
--- @type Monitor
|
||||||
local MONITOR = Cast(peripheral.find("monitor"))
|
local MONITOR = utils.Cast(peripheral.find("monitor"))
|
||||||
local MONITOR_Y = 1
|
local MONITOR_Y = 1
|
||||||
function utils.MonPrint(text)
|
function utils.MonPrint(text)
|
||||||
MONITOR.setCursorPos(1,MONITOR_Y)
|
MONITOR.setCursorPos(1,MONITOR_Y)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
--- @type Monitor
|
--- @type Monitor
|
||||||
local MONITOR = Cast(peripheral.find("monitor"))
|
local MONITOR = utils.Cast(peripheral.find("monitor"))
|
||||||
local MONITOR_Y = 1
|
local MONITOR_Y = 1
|
||||||
function utils.MonPrint(text)
|
function utils.MonPrint(text)
|
||||||
MONITOR.setCursorPos(1,MONITOR_Y)
|
MONITOR.setCursorPos(1,MONITOR_Y)
|
||||||
|
|||||||
Reference in New Issue
Block a user