arch/monster/giant/slug/slug.231

10 lines
519 B
Plaintext

#define slug_width 24
#define slug_height 24
static char slug_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x30, 0x00, 0x00,
0xc0, 0x00, 0x00, 0x80, 0x01, 0x00, 0x10, 0x03, 0x00, 0x00, 0x04, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x30, 0x00, 0x00, 0xc0, 0x07, 0x80, 0xfe, 0x0f,
0xa0, 0x03, 0x00, 0xe8, 0x00, 0x00, 0x36, 0x00, 0x00, 0x1d, 0x00, 0x00,
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};