10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define fungus3_width 24
|
|
#define fungus3_height 24
|
|
static char fungus3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0xfc,0x03,0x00,0x57,0x0d,0xc0,0xaa,0x1a,
|
|
0x60,0x55,0x35,0xa0,0xaa,0x6a,0x62,0xff,0xdf,0xc0,0x08,0x31,
|
|
0x00,0x85,0x01,0x00,0x84,0x84,0x42,0x82,0x00,0x10,0x82,0x08,
|
|
0x00,0x42,0x40,0x44,0x44,0x00,0x00,0x3c,0x24,0x10,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|