10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define centipede3_width 24
|
|
#define centipede3_height 24
|
|
static char centipede3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,
|
|
0x00,0x00,0x14,0x00,0x00,0x7d,0x00,0x40,0x7e,0x00,0x90,0x3f,
|
|
0x00,0xe0,0x4f,0x00,0xe8,0x13,0x00,0xf0,0x14,0x00,0x74,0x05,
|
|
0x00,0xf4,0x00,0x00,0xbd,0x00,0x00,0x7d,0x00,0x80,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};
|