10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define grafikk/bird1_width 24
|
|
#define grafikk/bird1_height 24
|
|
static char grafikk/bird1_bits[] = {
|
|
0x00,0x00,0x00,0x20,0x00,0x00,0x20,0x00,0x1f,0x30,0x80,0x21,
|
|
0x30,0x00,0x40,0x78,0x00,0x40,0xf0,0x01,0x40,0xe0,0x03,0x60,
|
|
0xc0,0x0f,0x38,0x90,0xff,0x1f,0x10,0xff,0x0f,0x98,0xff,0x03,
|
|
0xd8,0x7f,0x00,0xf8,0xff,0x00,0xec,0xf8,0x00,0x3c,0xf0,0x01,
|
|
0x16,0xe0,0x01,0x0a,0xc0,0x0f,0x0a,0x80,0x7f,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|