rust-sokoban/src/constants.rs

4 lines
93 B
Rust

pub const TILE_WIDTH: f32 = 32.0;
pub const MAP_WIDTH: u8 = 8;
pub const MAP_HEIGHT: u8 = 9;