This commit is contained in:
Kim Ravn Hansen
2025-10-17 12:33:41 +02:00
parent d7ff5b432b
commit 0265f78b6d
3 changed files with 80 additions and 55 deletions

View File

@@ -29,8 +29,8 @@ class DungeonGenerator {
this.addPillarsToBigRooms();
this.addFeatures();
this.addPlayerStart();
// this.addPortals();
return this.map.toString(CharType.MINIMAP_REVEALED);
this.addPortals();
return this.map.toString(CharType.TYPE_ID);
}
generateRooms() {