docs: update name of colorscheme in comment

This commit is contained in:
Muhammad Nauman Raza 2024-05-28 13:32:35 +01:00
parent 86f6f47eee
commit 26784a65b7
No known key found for this signature in database
GPG key ID: B0EF3A98B29ADB1D

View file

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