bures-monitor fix

This commit is contained in:
Buduf 2022-07-03 12:56:31 +02:00
parent aeccba0100
commit 23082f1cbb

View File

@ -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)