10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define slime2_width 24
|
|
#define slime2_height 24
|
|
static char slime2_bits[] = {
|
|
0xf0,0x00,0x03,0xfc,0xc3,0x1f,0x3e,0xe7,0x1f,0xde,0xfe,0x3f,
|
|
0x7c,0xfc,0x7d,0x18,0x98,0x78,0x98,0x25,0x3a,0x58,0x00,0x3a,
|
|
0x4e,0x82,0x31,0x8f,0x3f,0x22,0x47,0x04,0x72,0x27,0xa6,0x72,
|
|
0xa7,0x3a,0x72,0x27,0xda,0x31,0x4e,0x14,0x30,0x1c,0x01,0x3c,
|
|
0x90,0x42,0x3d,0x90,0x10,0x1f,0x18,0xf7,0x1f,0x78,0xf0,0x07,
|
|
0xf8,0xff,0x01,0xf8,0x1f,0x00,0x70,0x00,0x00,0x00,0x00,0x00};
|