zoom out further
This commit is contained in:
parent
092a7b70ff
commit
9d54c17dcd
4 changed files with 33 additions and 33 deletions
|
@ -21,6 +21,8 @@ use util::*;
|
|||
|
||||
const TITLE_TEXT: &str = concat!("Marble Machinations v", env!("CARGO_PKG_VERSION"));
|
||||
|
||||
pub const TILE_TEXTURE_SIZE: f32 = 16.0;
|
||||
|
||||
struct Game {
|
||||
levels: Vec<Level>,
|
||||
level_scroll: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue