tweaks to make zoomfactor better - centred @ 2x zoom
This commit is contained in:
parent
af1040b970
commit
40b048fd65
7 changed files with 17 additions and 14 deletions
|
|
@ -18,9 +18,9 @@ pub fn render(draw: bool, gfx: &mut Graphics, font: &Fonts) {
|
|||
render_log(
|
||||
gfx,
|
||||
&font,
|
||||
&(TILESIZE.x, TILESIZE.x * 8.0 + 4.0),
|
||||
&(TILESIZE.x, TILESIZE.x * 6.0 + 4.0),
|
||||
(VIEWPORT_W as f32) * TILESIZE.x,
|
||||
7
|
||||
5
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue