fixes up farlooking - sprite, etc.

This commit is contained in:
Llywelwyn 2023-10-11 09:46:41 +01:00
parent deb9988935
commit f862f00f0b
7 changed files with 275 additions and 230 deletions

View file

@ -542,7 +542,7 @@ fn draw(app: &mut App, gfx: &mut Graphics, gs: &mut State) {
}
match runstate {
RunState::Farlook { x, y } => {
gui::draw_farlook(x, y, &mut draw, &gs.atlas);
gui::draw_farlook(&gs.ecs, x, y, &mut draw, &gs.atlas);
//draw_tooltips(&gs.ecs, ctx, Some((x, y))); TODO: Put this in draw loop
}
RunState::ShowCheatMenu => {