mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
'nother namespace
This commit is contained in:
parent
5e4d51926f
commit
09e935380b
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
local wea = worldeditadditions
|
local wea = worldeditadditions
|
||||||
|
|
||||||
|
--- Sculpting brush engine.
|
||||||
|
-- @namespace worldeditadditions.sculpt
|
||||||
local sculpt = {
|
local sculpt = {
|
||||||
brushes = {
|
brushes = {
|
||||||
circle_soft1 = dofile(wea.modpath.."/lib/sculpt/brushes/circle_soft1.lua"),
|
circle_soft1 = dofile(wea.modpath.."/lib/sculpt/brushes/circle_soft1.lua"),
|
||||||
|
|
Loading…
Reference in a new issue