10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define zombie3_width 24
|
|
#define zombie3_height 24
|
|
static char zombie3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x18,0x00,0x00,0x3c,0x00,0x00,0x34,0x00,
|
|
0x00,0x3c,0x00,0x00,0x18,0x00,0x00,0x3e,0x00,0xf8,0x7f,0x00,
|
|
0xfc,0x7f,0x00,0x06,0x7e,0x00,0x02,0x7c,0x00,0x00,0x7c,0x00,
|
|
0x00,0x7c,0x00,0x00,0x3c,0x00,0x00,0x38,0x00,0x00,0x38,0x00,
|
|
0x00,0x38,0x00,0x00,0x78,0x00,0x00,0x78,0x00,0x00,0xd8,0x00,
|
|
0x00,0xd8,0x01,0x00,0x90,0x00,0x00,0x5c,0x00,0x00,0x00,0x00};
|