10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define slime1_width 24
|
|
#define slime1_height 24
|
|
static char slime1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x3f,0x0c,0x80,0xff,0x1f,0xe0,0xbc,0x7f,
|
|
0x60,0x00,0x7f,0x30,0x01,0x78,0x1c,0x78,0xf3,0xdc,0x84,0xf0,
|
|
0x3c,0x94,0x74,0xbc,0x04,0x70,0x38,0x18,0x32,0x7c,0x42,0x14,
|
|
0x0c,0x4c,0x34,0x2c,0x72,0x32,0xac,0xdc,0x70,0x2c,0x40,0x62,
|
|
0xcc,0x48,0xd2,0x1e,0xa2,0xd9,0x1e,0x1c,0xe8,0xfe,0x01,0xff,
|
|
0x3c,0xc3,0x7f,0x00,0xff,0x78,0x00,0xfe,0x30,0x00,0x7c,0x00};
|