diff --git a/src/main.rs b/src/main.rs index a7fb9bd..38d4f30 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ use crate::enemy::*; const VERSION: &str = env!("CARGO_PKG_VERSION"); const PKGNAME: &str = env!("CARGO_PKG_NAME"); -// Create a map of the Hypernova colorscheme +// Create a map of the kagayaki colorscheme lazy_static! { static ref KAGAYAKI: HashMap<&'static str, (u8, u8, u8)> = vec![ ("BLACK", (13, 13, 15)),