Enumeration in ChivalrousGames.DungeonMaster
Description
Explains to the LegacyLevelGenerator how to add Rooms into a Level during generation.Values
OrderedRoomsAndOrderedDirections | Rooms and Directions are ordered, gives a more linear Level. |
OrderedRoomsAndRandomDirections | Rooms are ordered and Directions are randomized, gives a slightly more randomized Level shape. |