also change some display code
This commit is contained in:
@@ -93,8 +93,9 @@ local function newdesign()
|
||||
end
|
||||
term.setcol(colors.yellow, colors.black)
|
||||
local _,y = term.getSize()
|
||||
term.setCursorPos(1,y)
|
||||
term.setCursorPos(1,y-1)
|
||||
term.write("Press Ctrl for menu. ")
|
||||
term.setCursorPos(1,y)
|
||||
term.write("x: "..tostring(camx))
|
||||
term.write(" z: "..tostring(camy))
|
||||
term.write(" floor: "..tostring(currentfloor))
|
||||
|
||||
Reference in New Issue
Block a user