fix(boxes): make textured boxes available
This commit is contained in:
parent
eb751807f4
commit
56c64baba5
1 changed files with 2 additions and 1 deletions
|
@ -26,5 +26,6 @@ local cwd = (...):gsub('%.init$', '') .. "."
|
||||||
local Boxes = {}
|
local Boxes = {}
|
||||||
|
|
||||||
Boxes.Base = require(cwd .. "parent")
|
Boxes.Base = require(cwd .. "parent")
|
||||||
|
Boxes.Textured = require(cwd .. "textured")
|
||||||
|
|
||||||
return Boxes
|
return Boxes
|
||||||
|
|
Loading…
Reference in a new issue