10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define thief1_width 24
|
|
#define thief1_height 24
|
|
static char thief1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xa0,0x22,0x01,0xf0,0xaa,0x04,
|
|
0xf8,0xf6,0x0f,0xfc,0xff,0x0b,0xf0,0xff,0x27,0xe8,0xff,0x1f,
|
|
0x60,0xff,0x07,0x20,0xff,0x3f,0x60,0xff,0x0f,0xf8,0xff,0x17,
|
|
0xf8,0xff,0x07,0xf8,0xff,0x07,0xf0,0xff,0x07,0xf0,0xbb,0x07,
|
|
0xe0,0x7b,0x03,0x00,0x70,0x01,0xf8,0xef,0x00,0xfc,0xff,0x01,
|
|
0xfc,0xff,0x01,0xf0,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|