10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define shadowtiger_width 24
|
|
#define shadowtiger_height 24
|
|
static unsigned char shadowtiger_bits[] = {
|
|
0x00, 0x00, 0x02, 0x00, 0x08, 0x00, 0x00, 0x00, 0x02, 0x00, 0x08, 0x41,
|
|
0x04, 0x04, 0x00, 0x00, 0x00, 0x21, 0x04, 0x04, 0x42, 0x08, 0x08, 0x20,
|
|
0x00, 0x10, 0x40, 0x08, 0x28, 0xa0, 0x90, 0xff, 0x40, 0xc8, 0xff, 0x23,
|
|
0xe4, 0xff, 0x57, 0xe8, 0xf7, 0xff, 0xf4, 0xff, 0xff, 0xf0, 0xf7, 0xff,
|
|
0xf4, 0xff, 0xff, 0xf8, 0xfb, 0xdf, 0xfc, 0xff, 0xff, 0xf8, 0xfb, 0xff,
|
|
0xf8, 0xf7, 0xdf, 0xf8, 0xef, 0xef, 0xf8, 0xfb, 0xff, 0xf8, 0xff, 0xef};
|