mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
wea.selection declared
This commit is contained in:
parent
c39fc1c9e8
commit
18347f93bf
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
-- ██ ██ ██ ██ ██ ██ ██ ██
|
-- ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
-- ██████ ███████ ██████ ██████ ██████
|
-- ██████ ███████ ██████ ██████ ██████
|
||||||
worldeditadditions.add_pos = {}
|
worldeditadditions.add_pos = {}
|
||||||
|
worldeditadditions.selection = {}
|
||||||
function worldeditadditions.selection.add_point(name, pos)
|
function worldeditadditions.selection.add_point(name, pos)
|
||||||
if pos ~= nil then
|
if pos ~= nil then
|
||||||
-- print("[set_pos1]", name, "("..pos.x..", "..pos.y..", "..pos.z..")")
|
-- print("[set_pos1]", name, "("..pos.x..", "..pos.y..", "..pos.z..")")
|
||||||
|
|
Loading…
Reference in a new issue