the oryx-ening - zoom factor, and renderables refactor
currently extremely unfinished - half the sprites are gnomes, and tiles have no colours
This commit is contained in:
parent
8bb6a54a39
commit
44b0674b5a
30 changed files with 2150 additions and 650 deletions
|
|
@ -18,8 +18,8 @@ pub fn render(draw: bool, gfx: &mut Graphics, font: &Fonts) {
|
|||
render_log(
|
||||
gfx,
|
||||
&font,
|
||||
&(TILESIZE, TILESIZE * 8.0 + 4.0),
|
||||
(VIEWPORT_W as f32) * TILESIZE,
|
||||
&(TILESIZE.x, TILESIZE.x * 8.0 + 4.0),
|
||||
(VIEWPORT_W as f32) * TILESIZE.x,
|
||||
7
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue