D
Publisher
damarindra
Dungeon Generator
Tools
Dungeon Generation Script Node Scene Development Corridors
To create a dungeon data, add DungeonGenerator.gd to Node. Call do_generation function. It will create a bunch of rooms and corridors.
See, DGDriver.gd for how I implement it.
Known Issues:
- Data for Corridors colliding with rooms. If you are using auto-tile, this is not a big problem. Will fix it when I have time.