10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define slime3_width 24
|
|
#define slime3_height 24
|
|
static char slime3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xfc,0x00,0xc0,0xff,0x01,0xe0,0x3d,0x07,
|
|
0xf0,0x00,0x06,0x1c,0x80,0x0c,0xcc,0x1e,0x38,0x0c,0x21,0x3b,
|
|
0x2e,0x29,0x3c,0x0e,0x20,0x3d,0xfc,0x1f,0x1c,0xe0,0x42,0x3e,
|
|
0x70,0x32,0x30,0x5c,0x4e,0x3c,0x0e,0x3b,0x1d,0x46,0x02,0x0e,
|
|
0x4b,0x12,0x0f,0x9b,0x45,0x06,0x17,0x38,0x03,0xff,0x80,0x01,
|
|
0xfe,0xc3,0x01,0x1e,0xff,0x00,0x0c,0x7f,0x00,0x00,0x3e,0x00};
|