10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define deathtree2_width 24
|
|
#define deathtree2_height 24
|
|
static char deathtree2_bits[] = {
|
|
0x80,0x43,0x00,0xc0,0xc7,0x01,0x00,0x8e,0x1d,0x78,0xec,0x3f,
|
|
0xfc,0xf9,0x23,0x0e,0xfb,0x01,0x02,0xfe,0x00,0x00,0x7e,0x00,
|
|
0x00,0x54,0x12,0xfc,0x54,0x7e,0xf8,0x7d,0xdf,0x14,0xef,0x09,
|
|
0x10,0x54,0x00,0x00,0x7c,0x00,0x00,0x7c,0x00,0x00,0xfc,0x00,
|
|
0x00,0xfc,0x00,0x00,0xfe,0x00,0x00,0xfe,0x00,0x80,0xff,0x01,
|
|
0xc0,0xff,0x03,0xf0,0xff,0x1f,0xff,0xff,0xff,0xff,0xff,0xff};
|