Print random easter egg
This commit is contained in:
parent
b293408cbc
commit
a9ba160c13
15 changed files with 106 additions and 3 deletions
|
|
@ -3,3 +3,14 @@ pub const UNIFONT_JP: &[u8] = include_bytes!("../data/unifont_jp-15.1.05.otf");
|
|||
pub const UNIFONT_UPPER: &[u8] = include_bytes!("../data/unifont_upper-15.1.05.otf");
|
||||
pub const UNIFONT_NAME: &str = "Unifont";
|
||||
pub const UNIFONT_SIZE: f32 = 16.0;
|
||||
|
||||
pub const EGG_COVER: &[u8] = include_bytes!("../data/egg_cover.png");
|
||||
pub const EGG_PATTERNS: &[&[u8]] = &[
|
||||
include_bytes!("../data/egg_pattern_0.png"),
|
||||
include_bytes!("../data/egg_pattern_1.png"),
|
||||
include_bytes!("../data/egg_pattern_2.png"),
|
||||
include_bytes!("../data/egg_pattern_3.png"),
|
||||
include_bytes!("../data/egg_pattern_4.png"),
|
||||
include_bytes!("../data/egg_pattern_5.png"),
|
||||
include_bytes!("../data/egg_pattern_6.png"),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue