10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define shadowtiger_width 24
|
|
#define shadowtiger_height 24
|
|
static unsigned char shadowtiger_bits[] = {
|
|
0x04, 0x10, 0x00, 0x00, 0x00, 0x04, 0x04, 0x10, 0x00, 0x02, 0x08, 0x04,
|
|
0x00, 0x00, 0x02, 0x02, 0x18, 0x00, 0x00, 0x00, 0x02, 0x08, 0x10, 0x04,
|
|
0xf8, 0x1f, 0x08, 0xfc, 0x3f, 0x00, 0xfc, 0x77, 0x04, 0xfe, 0xff, 0x29,
|
|
0xff, 0xff, 0x87, 0x7b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0x73, 0xff, 0xff, 0x22, 0xff, 0xff, 0x00, 0xff, 0xff,
|
|
0x80, 0xff, 0xff, 0xd4, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xfc, 0xff, 0xff};
|