Minetest-WorldEditAdditions/worldeditadditions/lib/sculpt/read_brush_static.lua

12 lines
200 B
Lua

return function(filepath)
local brush_size = { x = 0, y = 0 }
local brush = { }
-- TODO: Import brush here
return false, "Error: Not implemented yet"
-- return true, brush, brush_size
end