Forgot to add this.

master
BenDol 10 years ago
parent 2df51622ba
commit adcf258551

@ -0,0 +1,11 @@
function postostring(pos)
return pos.x .. " " .. pos.y .. " " .. pos.z
end
function dirtostring(dir)
for k,v in pairs(Directions) do
if v == dir then
return k
end
end
end
Loading…
Cancel
Save