also change some display code
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user