issues
search
AdamsLair
/
duality-companion
A community-developed Duality plugin implementing experimental or commonly requested features.
MIT License
3
stars
5
forks
source link
Added Map Generator module
#10
Closed
mfep
closed
8 months ago
mfep
commented
6 years ago
WIP It consists of:
MapGenerator
class which generates a simple layout of rectangular rooms and corridors. It is guaranteed that all rooms are connected.
some extension methods on
Grid<>
used by the former
TilemapController
Component, which enables the direct update of a Duality.Tilemap from this system
WIP It consists of:
MapGenerator
class which generates a simple layout of rectangular rooms and corridors. It is guaranteed that all rooms are connected.Grid<>
used by the formerTilemapController
Component, which enables the direct update of a Duality.Tilemap from this system