10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define beholdereye_width 24
|
|
#define beholdereye_height 24
|
|
static char beholdereye_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0xc3,0x00,0x80,0x34,0x01,
|
|
0x40,0x08,0x02,0x40,0xc8,0x02,0xe0,0x30,0x07,0xa0,0x10,0x04,
|
|
0xa0,0x30,0x07,0xe0,0xd0,0x04,0x40,0x18,0x02,0x40,0x68,0x02,
|
|
0x80,0x8c,0x01,0x00,0xf3,0x00,0x00,0x3c,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|