Lots of nice options for tweaking and settings. Next step is the cleanup and then connecting rooms.

This commit is contained in:
Zed A. Shaw 2024-09-28 04:07:32 -04:00
parent f48f9d9bc5
commit 997a3ab45b

View file

@ -226,6 +226,6 @@ void Map::generate() {
.height = height()
};
partition_map(gen, root, 7);
partition_map(gen, root, 6);
draw_map(this, root); // left
}