Implement torch flickering

This commit is contained in:
crumblingstatue 2023-04-08 17:43:30 +02:00
parent 9b2701a5a1
commit 38b6a476d9
3 changed files with 35 additions and 3 deletions

View file

@ -231,6 +231,7 @@ impl App {
}
}
}
self.game.update();
}
fn do_freecam(&mut self) {