mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-25 12:33:45 +01:00
wireframe blanks
This commit is contained in:
13
worldeditadditions_commands/commands/wireframe/init.lua
Normal file
13
worldeditadditions_commands/commands/wireframe/init.lua
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
-- ██ ██ ██ ██████ ███████ ███████ ██████ █████ ███ ███ ███████
|
||||||
|
-- ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ████ ██
|
||||||
|
-- ██ █ ██ ██ ██████ █████ █████ ██████ ███████ ██ ████ ██ █████
|
||||||
|
-- ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
|
-- ███ ███ ██ ██ ██ ███████ ██ ██ ██ ██ ██ ██ ██ ███████
|
||||||
|
|
||||||
|
-- 2d and 3d outlines of shapes.
|
||||||
|
|
||||||
|
local we_cm = worldeditadditions_commands.modpath .. "/commands/wireframe/"
|
||||||
|
|
||||||
|
-- dofile(we_cm.."wbox.lua")
|
||||||
|
-- dofile(we_cm.."wcompass.lua")
|
||||||
|
dofile(we_cm.."wcorner.lua")
|
@ -49,6 +49,9 @@ dofile(we_c.modpath.."/commands/selectors/init.lua")
|
|||||||
-- Measure Tools
|
-- Measure Tools
|
||||||
dofile(we_c.modpath.."/commands/measure/init.lua")
|
dofile(we_c.modpath.."/commands/measure/init.lua")
|
||||||
|
|
||||||
|
-- Wireframe
|
||||||
|
dofile(we_c.modpath.."/commands/wireframe/init.lua")
|
||||||
|
|
||||||
dofile(we_c.modpath.."/commands/extra/saplingaliases.lua")
|
dofile(we_c.modpath.."/commands/extra/saplingaliases.lua")
|
||||||
dofile(we_c.modpath.."/commands/extra/basename.lua")
|
dofile(we_c.modpath.."/commands/extra/basename.lua")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user