10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define goblinhus2_width 24
|
|
#define goblinhus2_height 24
|
|
static char goblinhus2_bits[] = {
|
|
0x00,0x00,0x00,0x02,0x7e,0x40,0x82,0xbf,0x41,0xc6,0xef,0x63,
|
|
0xfc,0xff,0x3f,0xf8,0xff,0x1f,0x70,0xff,0x0d,0xf0,0xfe,0x0e,
|
|
0xf0,0x7d,0x1f,0x78,0xff,0x1d,0x78,0x7d,0x1d,0xf8,0x7c,0x3e,
|
|
0xf8,0xff,0x3f,0xf8,0xff,0x3f,0xf8,0xd7,0x3f,0xb8,0xff,0x3b,
|
|
0x38,0x55,0x39,0x70,0x44,0x1c,0x70,0x00,0x1c,0xe0,0x00,0x0e,
|
|
0xc0,0x55,0x07,0x80,0xd7,0x03,0x00,0xfe,0x00,0x00,0x00,0x00};
|