mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 21:13:50 +01:00
'nother namespace
This commit is contained in:
parent
5e4d51926f
commit
09e935380b
@ -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 New Issue
Block a user