maze-ascension/src/constants.rs

5 lines
186 B
Rust

pub const MOVEMENT_THRESHOLD: f32 = 0.01;
pub const WALL_OVERLAP_MODIFIER: f32 = 1.25;
pub const FLOOR_Y_OFFSET: u8 = 100;
pub const MOVEMENT_COOLDOWN: f32 = 1.0; // one second cooldown