rust-sokoban/src/constants.rs

4 lines
95 B
Rust
Raw Permalink Normal View History

2020-07-23 18:12:52 -04:00
pub const TILE_WIDTH: f32 = 32.0;
2020-07-27 11:37:35 -04:00
pub const MAP_WIDTH: u8 = 22;
pub const MAP_HEIGHT: u8 = 11;