notan::text message log tests

This commit is contained in:
Llywelwyn 2023-09-25 17:40:48 +01:00
parent 093f9df86e
commit 8de3648bae
3 changed files with 66 additions and 3 deletions

View file

@ -299,7 +299,6 @@ impl State {
// RunState::HelpScreen
RunState::MagicMapReveal { row, cursed } => {
let mut map = self.ecs.fetch_mut::<Map>();
// Could probably toss this into a function somewhere, and/or
// have multiple simple animations for it.
for x in 0..map.width {