rust-sokoban/src/constants.rs

4 lines
95 B
Rust

pub const TILE_WIDTH: f32 = 32.0;
pub const MAP_WIDTH: u8 = 22;
pub const MAP_HEIGHT: u8 = 11;