vox/src/config.rs

7 lines
167 B
Rust

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