Map is back.

This commit is contained in:
Zed A. Shaw 2025-05-25 22:39:42 -04:00
parent af2947c50a
commit 8453e7c3b9
4 changed files with 17 additions and 16 deletions

View file

@ -10,17 +10,6 @@
using namespace fmt;
using namespace components;
void big_donut() {
// maze.inner_donut(12, 3);
// $map.invert_space();
// maze.hunt_and_kill({11,11});
// maze.init();
// maze.inner_donut(12, 3);
// $map.invert_space();
// maze.hunt_and_kill({11,11});
}
void WorldBuilder::stylize_rooms() {
auto& tiles = $map.tiles();