10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
#define thief_b_width 24
|
|
#define thief_b_height 24
|
|
static char thief_b_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x80, 0x3f, 0x00,
|
|
0x00, 0x1f, 0x08, 0x00, 0x0e, 0x04, 0x80, 0x3f, 0x05, 0xc0, 0x7f, 0x02,
|
|
0xc0, 0x7f, 0x07, 0xe0, 0xdf, 0x01, 0x60, 0xff, 0x01, 0x20, 0xdf, 0x00,
|
|
0x20, 0x0a, 0x00, 0x60, 0x15, 0x00, 0x60, 0x3f, 0x00, 0x80, 0x3f, 0x00,
|
|
0x80, 0x7b, 0x00, 0x80, 0x73, 0x00, 0x80, 0x51, 0x00, 0x80, 0x31, 0x00,
|
|
0x80, 0x39, 0x00, 0xc0, 0x71, 0x00, 0xe0, 0xe0, 0x00, 0x00, 0x00, 0x00};
|