More Progress on Mazes
More progress on mazes. Started implementing the placement of dimensional doors in mazes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user