diff --git a/src/main.lua b/src/main.lua index cf76016..bf590dd 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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))