10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define zombie1_width 24
|
|
#define zombie1_height 24
|
|
static char zombie1_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,0x38,0x00,0x00,0x78,0x00,0x00,0xfc,0x00,0x00,0xfe,0x00,
|
|
0x00,0xc7,0x01,0x80,0x83,0x01,0x80,0x01,0x03,0x80,0x01,0x03,
|
|
0x80,0x01,0x06,0x00,0x01,0x06,0xc0,0x01,0x06,0x00,0x00,0x00};
|