ants/src/constants.rs

4 lines
100 B
Rust
Raw Normal View History

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