Feat: add hidden mode and new documentation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! Georges palette (C64 colors on black).
|
||||
|
||||
use super::palette::Palette;
|
||||
|
||||
// C64 palette on pure black
|
||||
pub fn palette() -> Palette {
|
||||
Palette {
|
||||
bg: (0, 0, 0),
|
||||
|
||||
Reference in New Issue
Block a user