Add eel egg pattern by Leon

This commit is contained in:
Joscha 2025-03-02 00:06:58 +01:00
parent 7d74a56559
commit 92167017ef
3 changed files with 2 additions and 1 deletions

View file

@ -65,4 +65,5 @@ pub const EGG_PATTERNS: &[&[u8]] = &[
include_bytes!("../data/egg/pattern_37.png"),
include_bytes!("../data/egg/pattern_38.png"),
include_bytes!("../data/egg/pattern_39.png"),
include_bytes!("../data/egg/pattern_40.png"),
];