mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
wireframe blanks
This commit is contained in:
parent
0b01520118
commit
5ea6ac18d2
5 changed files with 16 additions and 0 deletions
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")
|
0
worldeditadditions_commands/commands/wireframe/wbox.lua
Normal file
0
worldeditadditions_commands/commands/wireframe/wbox.lua
Normal file
|
@ -49,6 +49,9 @@ dofile(we_c.modpath.."/commands/selectors/init.lua")
|
|||
-- Measure Tools
|
||||
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/basename.lua")
|
||||
|
||||
|
|
Loading…
Reference in a new issue