mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-25 16:43:05 +00:00
added wireframe stuff
This commit is contained in:
parent
9420be3896
commit
dbab2e4a0d
1 changed files with 3 additions and 0 deletions
|
@ -65,3 +65,6 @@ dofile(wea.modpath.."/lib/airapply.lua")
|
|||
dofile(wea.modpath.."/lib/subdivide.lua")
|
||||
dofile(wea.modpath.."/lib/selection/stack.lua")
|
||||
dofile(wea.modpath.."/lib/selection/cloud.lua")
|
||||
|
||||
dofile(wea.modpath.."/lib/wireframe/corner_set.lua")
|
||||
dofile(wea.modpath.."/lib/wireframe/wire_box.lua")
|
||||
|
|
Loading…
Reference in a new issue