also change some display code

This commit is contained in:
Justus Wolff
2026-02-15 11:40:57 +01:00
parent 549c0e8113
commit ae5ed326c9

View File

@@ -93,8 +93,9 @@ local function newdesign()
end end
term.setcol(colors.yellow, colors.black) term.setcol(colors.yellow, colors.black)
local _,y = term.getSize() local _,y = term.getSize()
term.setCursorPos(1,y) term.setCursorPos(1,y-1)
term.write("Press Ctrl for menu. ") term.write("Press Ctrl for menu. ")
term.setCursorPos(1,y)
term.write("x: "..tostring(camx)) term.write("x: "..tostring(camx))
term.write(" z: "..tostring(camy)) term.write(" z: "..tostring(camy))
term.write(" floor: "..tostring(currentfloor)) term.write(" floor: "..tostring(currentfloor))