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