Initial fortress work (mazes).

This commit is contained in:
Duane Robertson 2016-05-26 07:07:14 -05:00
parent 68397c7fca
commit 660023553b
4 changed files with 248 additions and 67 deletions

View file

@ -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")