Add eel egg pattern by Leon
This commit is contained in:
parent
7d74a56559
commit
92167017ef
3 changed files with 2 additions and 1 deletions
BIN
showbits-assets/data/egg/pattern_40.png
Normal file
BIN
showbits-assets/data/egg/pattern_40.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -65,4 +65,5 @@ pub const EGG_PATTERNS: &[&[u8]] = &[
|
||||||
include_bytes!("../data/egg/pattern_37.png"),
|
include_bytes!("../data/egg/pattern_37.png"),
|
||||||
include_bytes!("../data/egg/pattern_38.png"),
|
include_bytes!("../data/egg/pattern_38.png"),
|
||||||
include_bytes!("../data/egg/pattern_39.png"),
|
include_bytes!("../data/egg/pattern_39.png"),
|
||||||
|
include_bytes!("../data/egg/pattern_40.png"),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"covers": 7,
|
"covers": 7,
|
||||||
"patterns": 40,
|
"patterns": 41,
|
||||||
"bad_covers": 1,
|
"bad_covers": 1,
|
||||||
"bad_patterns": 7,
|
"bad_patterns": 7,
|
||||||
"seed": 1,
|
"seed": 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue