ants/src/constants.rs

4 lines
99 B
Rust
Raw Permalink Normal View History

pub static ANT_SPEED: f32 = 20.;
2021-10-06 00:56:06 +00:00
pub const MAP_WIDTH: u32 = 1280;
pub const MAP_HEIGHT: u32 = 720;