vox/src/config.rs

6 lines
128 B
Rust

//! A few constants to make standardizing sizes easier.
pub const CHUNK_SIZE: usize = 32;
pub const PLAYER_HEIGHT: f64 = 1.7;