10 lines
485 B
Plaintext
10 lines
485 B
Plaintext
#define grafikk/skorpionhus_width 24
|
|
#define grafikk/skorpionhus_height 24
|
|
static char grafikk/skorpionhus_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x70,0x07,0x00,0xff,0x0f,0x00,0x77,0x0e,
|
|
0xf0,0x03,0x18,0x70,0x00,0x1c,0x30,0x00,0x1c,0x08,0x00,0x1c,
|
|
0x00,0x00,0x08,0x00,0x00,0x0e,0x00,0x00,0x0f,0x00,0x00,0x07,
|
|
0x00,0x7f,0x02,0x80,0xeb,0x00,0xf0,0xff,0x0f,0xfc,0xff,0x3c,
|
|
0xde,0x63,0x7f,0x3e,0xb6,0x7f,0x7e,0xc0,0x73,0xee,0xe0,0x3c,
|
|
0x9c,0x31,0x1f,0x78,0xc0,0x07,0xc0,0x71,0x00,0x00,0x00,0x00};
|