10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define death_bringer_width 24
|
|
#define death_bringer_height 24
|
|
static char death_bringer_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x60,0x00,0x00,0x78,0x00,0x00,0x3c,
|
|
0x00,0x00,0x3f,0x00,0x40,0x1f,0x00,0xc0,0x0f,0x00,0xd0,0x0f,
|
|
0x00,0xf0,0x03,0x00,0xf4,0x07,0x00,0xfd,0x00,0x20,0xfd,0x01,
|
|
0x20,0x3f,0x00,0x60,0x7f,0x00,0xc0,0x0e,0x00,0xc0,0x3c,0x00,
|
|
0x60,0x03,0x00,0xb0,0x07,0x00,0xf8,0x1c,0x00,0x7c,0x00,0x00,
|
|
0x3f,0x00,0x00,0x1d,0x00,0x00,0x0b,0x00,0x00,0x0e,0x00,0x00};
|