10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define goblin2_width 24
|
|
#define goblin2_height 24
|
|
static char goblin2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x3e,0x00,0x00,0x2a,0x00,
|
|
0x00,0x3e,0x00,0xf0,0xff,0x01,0x78,0xff,0x03,0xf8,0xbe,0x73,
|
|
0xf0,0xbd,0x79,0xf0,0xbb,0x79,0xc0,0xb7,0x3c,0xc0,0xff,0x1e,
|
|
0x80,0xff,0x07,0x80,0xff,0x03,0xc0,0xbf,0x01,0xc0,0x7b,0x00,
|
|
0xe0,0x71,0x00,0xe0,0xf1,0x00,0xe0,0xe0,0x00,0x70,0xc0,0x01,
|
|
0x30,0xc0,0x01,0x38,0x80,0x03,0x38,0x80,0x03,0x00,0x00,0x00};
|