forked from MineClone5/MineClone5
#123 Add vector.offset by cora
This commit is contained in:
parent
786fd43173
commit
8079d3bc9d
|
@ -1,3 +1,7 @@
|
|||
function minetest.is_creative_enabled()
|
||||
return false
|
||||
end
|
||||
|
||||
function vector.offset(v,x,y,z)
|
||||
return vector.add(v,{x=x,y=y,z=z})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue