bures-monitor fix
This commit is contained in:
parent
aeccba0100
commit
23082f1cbb
@ -10,9 +10,10 @@ local buildings = colony.getBuildings()
|
|||||||
local buRes = {}
|
local buRes = {}
|
||||||
|
|
||||||
local function clearMonitor()
|
local function clearMonitor()
|
||||||
monitor.setTextScale(0.5)
|
term.setCursorBlink(false)
|
||||||
monitor.clear()
|
term.setTextScale(1.0)
|
||||||
monitor.setCursorPos(1, 1)
|
term.clear()
|
||||||
|
term.setCursorPos(1, 1)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function tFilter(t, func)
|
local function tFilter(t, func)
|
||||||
@ -27,7 +28,6 @@ end
|
|||||||
|
|
||||||
local function printBuRes()
|
local function printBuRes()
|
||||||
for name, list in pairs(buRes) do
|
for name, list in pairs(buRes) do
|
||||||
print(name, "asd")
|
|
||||||
term.setTextColor(colors.black)
|
term.setTextColor(colors.black)
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.white)
|
||||||
print(name)
|
print(name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user