Simple styling of the rooms done.
This commit is contained in:
parent
5cb74151f5
commit
af2947c50a
5 changed files with 16 additions and 6 deletions
4
map.cpp
4
map.cpp
|
@ -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{{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue