10 lines
473 B
Plaintext
10 lines
473 B
Plaintext
#define grafikk/goblin1_width 24
|
|
#define grafikk/goblin1_height 24
|
|
static char grafikk/goblin1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x7c,0x00,0x00,0x54,0x00,
|
|
0x00,0x7c,0x00,0x80,0xff,0x0f,0xc0,0xff,0x1e,0xce,0x7d,0x1f,
|
|
0x9e,0xbd,0x0f,0x9e,0xdd,0x0f,0x3c,0xed,0x03,0x78,0xff,0x03,
|
|
0xe0,0xff,0x01,0xc0,0xff,0x01,0x80,0xfd,0x03,0x00,0xde,0x03,
|
|
0x00,0x8e,0x07,0x00,0x8f,0x07,0x00,0x07,0x07,0x80,0x03,0x0e,
|
|
0x80,0x03,0x0c,0xc0,0x01,0x1c,0xc0,0x01,0x1c,0x00,0x00,0x00};
|