arch/monster/giant/slug/slug.131

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, 0x60, 0x00, 0x00,
0xe0, 0x0c, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x09, 0xe0, 0x80, 0x0f, 0x18,
0x40, 0x04, 0x0c, 0x40, 0x18, 0x06, 0xc0, 0xe1, 0x01, 0x00, 0x03, 0x00,
0x80, 0x03, 0x00, 0x00, 0x01, 0x10, 0x00, 0x06, 0x00, 0x00, 0x0c, 0x00,
0x00, 0x18, 0x00, 0x00, 0xb0, 0x00, 0x00, 0xc0, 0x55, 0x00, 0x00, 0xab,
0x00, 0x00, 0xdc, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};