fixes up farlooking - sprite, etc.
This commit is contained in:
parent
deb9988935
commit
f862f00f0b
7 changed files with 275 additions and 230 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue