randomize content of chests and potions

This commit is contained in:
2024-10-21 08:27:55 +02:00
parent b3d85ac7b3
commit 8dfe56a3c2
5 changed files with 9 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ impl StatefulWidget for LevelWidget {
self.set_cell(buf, x, y, "Ω", Color::Black, Color::Gray);
}
StructureElement::Wall => {
// TODO add fancy walls
// TODO add fancy walls with https://en.wikipedia.org/wiki/Box-drawing_characters
self.set_cell(buf, x, y, "#", FG_BROWN, Color::Gray);
}
StructureElement::Floor => {