Simple styling of the rooms done.

This commit is contained in:
Zed A. Shaw 2025-05-25 12:12:08 -04:00
parent 5cb74151f5
commit af2947c50a
5 changed files with 16 additions and 6 deletions

View file

@ -146,10 +146,6 @@ void Map::init_tiles() {
$tiles = $walls;
}
Matrix& Map::tiles() {
return $walls;
}
void Map::enclose() {
// wraps the outside edge with solid walls
std::array<Point, 4> starts{{