pub static TETRS_T: &str = r#"
███████████████
███████████████
█████
█████
█████
█████
█████
█████
"#;
pub static TETRS_E: &str = r#"
█████████████
███████████████
█████
███████████████
███████████████
█████
███████████████
█████████████
"#;
pub static TETRS_R: &str = r#"
█████████████
███████████████
█████ █████
█████ █████
██████████████
█████ █████
█████ █████
█████ █████
"#;
pub static TETRS_S: &str = r#"
█████████████
███████████████
█████
███████████████
███████████████
█████
███████████████
█████████████
"#;
pub static BLOCK_CHAR: &str = "█";