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

main
Zed A. Shaw 1 week ago
parent f48f9d9bc5
commit 997a3ab45b
  1. 2
      map.cpp

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

Loading…
Cancel
Save