add some user display about view coordinates
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user