diff --git a/src/main.lua b/src/main.lua index 308105e..cf76016 100644 --- a/src/main.lua +++ b/src/main.lua @@ -94,7 +94,10 @@ local function newdesign() term.setcol(colors.yellow, colors.black) local _,y = term.getSize() term.setCursorPos(1,y) - term.write("Press Ctrl for menu.") + term.write("Press Ctrl for menu. ") + term.write("x: "..tostring(camx)) + term.write(" z: "..tostring(camy)) + term.write(" floor: "..tostring(currentfloor)) -- user input local event = table.pack(os.pullEvent())