3 lines
99 B
Rust
3 lines
99 B
Rust
pub static ANT_SPEED: f32 = 20.;
|
|
pub const MAP_WIDTH: u32 = 1280;
|
|
pub const MAP_HEIGHT: u32 = 720;
|