1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-26 01:54:57 +00:00

added wireframe stuff

This commit is contained in:
VorTechnix 2021-07-18 19:29:17 -07:00
parent 9420be3896
commit dbab2e4a0d

View file

@ -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")