add some user display about view coordinates
This commit is contained in:
@@ -95,6 +95,9 @@ local function newdesign()
|
|||||||
local _,y = term.getSize()
|
local _,y = term.getSize()
|
||||||
term.setCursorPos(1,y)
|
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
|
-- user input
|
||||||
local event = table.pack(os.pullEvent())
|
local event = table.pack(os.pullEvent())
|
||||||
|
|||||||
Reference in New Issue
Block a user