camera rendering, and breaking things temporarily

This commit is contained in:
Llywelwyn 2023-09-24 14:23:48 +01:00
parent 1299524c91
commit d9489e7ddc
6 changed files with 202 additions and 217 deletions

View file

@ -296,6 +296,8 @@ impl State {
}
damage_system::delete_the_dead(&mut self.ecs);
}
// Deprecated
fn tick(&mut self, ctx: &mut BTerm) {
let mut new_runstate;
{