Procedural Map Generator System

This commit is contained in:
Remie Richards
2015-02-15 12:08:02 +00:00
parent 71dd648fc1
commit 4bebfaefc3
10 changed files with 444 additions and 3 deletions
@@ -0,0 +1,11 @@
//Exists primarily as a test type.
/datum/mapGenerator/nature
modules = list(/datum/mapGeneratorModule/pineTrees, \
/datum/mapGeneratorModule/deadTrees, \
/datum/mapGeneratorModule/randBushes, \
/datum/mapGeneratorModule/randRocks, \
/datum/mapGeneratorModule/bottomLayer/grassTurfs, \
/datum/mapGeneratorModule/denseLayer/grassTufts)