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