use ;
/// The width of the window and size of the environment.
pub const WIDTH: f32 = 800.0;
/// The height of the window and size of the environment.
pub const HEIGHT: f32 = WIDTH / 2.0;
/// The length of each environment grid tile.
pub const SIDE: f32 = 5.0;
/// Gets the size of the environment.
pub const
/// Gets the dimension of the environment.