Initial fortress work (mazes).
This commit is contained in:
parent
68397c7fca
commit
660023553b
4 changed files with 248 additions and 67 deletions
2
init.lua
2
init.lua
|
@ -49,8 +49,10 @@ function fun_caves.clone_node(name)
|
|||
end
|
||||
|
||||
|
||||
dofile(path .. "/unionfind.lua")
|
||||
dofile(path .. "/nodes.lua")
|
||||
dofile(path .. "/deco.lua")
|
||||
dofile(path .. "/fungal_tree.lua")
|
||||
dofile(path .. "/fortress.lua")
|
||||
dofile(path .. "/mapgen.lua")
|
||||
dofile(path .. "/mobs.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue