10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define centipede2_width 24
|
|
#define centipede2_height 24
|
|
static char centipede2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x80,0x06,0x00,0x00,0x07,0x00,0x40,0x0f,
|
|
0x00,0x80,0x0f,0x00,0xa0,0x0b,0x00,0xc0,0x07,0x00,0x90,0x05,
|
|
0x00,0xe0,0x03,0x00,0xc8,0x02,0x00,0xf0,0x01,0x00,0x74,0x01,
|
|
0x00,0xf4,0x00,0x00,0xbd,0x00,0x00,0x7d,0x00,0x00,0x5f,0x00,
|
|
0xdc,0x2f,0x00,0xfe,0x2b,0x00,0xf0,0x0a,0x00,0xbe,0x02,0x00,
|
|
0x9c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|