10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
#define serpent_skin_width 24
|
|
#define serpent_skin_height 24
|
|
static char serpent_skin_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x07, 0x00, 0xf8, 0x18,
|
|
0x00, 0x97, 0x27, 0xf0, 0x18, 0x58, 0xd0, 0x07, 0x50, 0x30, 0x00, 0x50,
|
|
0x10, 0x00, 0x58, 0x00, 0x7e, 0x4c, 0x80, 0xc1, 0x33, 0xc0, 0x7e, 0x08,
|
|
0x20, 0x81, 0x07, 0xa0, 0x01, 0x00, 0xa0, 0x00, 0x00, 0x60, 0x01, 0x00,
|
|
0x40, 0x0f, 0x00, 0xc0, 0x30, 0x00, 0x80, 0x6f, 0x00, 0x00, 0x50, 0x00,
|
|
0xe8, 0x89, 0x00, 0x70, 0x46, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00};
|