More Progress on Mazes

More progress on mazes. Started implementing the placement of
dimensional doors in mazes.
This commit is contained in:
SenseiKiwi
2014-01-01 01:39:22 -04:00
parent 63879b1851
commit 2f8292faab
4 changed files with 80 additions and 39 deletions

View File

@@ -21,6 +21,8 @@ public class MazeBuilder
buildRooms(design.getRoomGraph(), world, offset);
carveDoorways(design.getRoomGraph(), world, offset, decay, random);
//placeDoors(design, world, offset);
applyRandomDestruction(design, world, offset, decay, random);
}