tweaks to make zoomfactor better - centred @ 2x zoom

This commit is contained in:
Llywelwyn 2023-10-06 10:33:25 +01:00
parent af1040b970
commit 40b048fd65
7 changed files with 17 additions and 14 deletions

View file

@ -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
);
}
}