rust-sokoban/src/constants.rs

4 lines
93 B
Rust
Raw Normal View History

2020-07-23 18:12:52 -04:00
pub const TILE_WIDTH: f32 = 32.0;
pub const MAP_WIDTH: u8 = 8;
pub const MAP_HEIGHT: u8 = 9;