arch/monster/giant/slug/slug.132

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, 0x30, 0x03, 0x00,
0x70, 0x03, 0x00, 0x40, 0x02, 0x00, 0x40, 0x01, 0x00, 0xf0, 0x01, 0xc0,
0x18, 0x03, 0x38, 0x08, 0x04, 0x04, 0xf8, 0x88, 0x03, 0xc0, 0x70, 0x00,
0x60, 0x00, 0x00, 0x80, 0x00, 0x08, 0x00, 0x03, 0x00, 0x00, 0x06, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x58, 0x00, 0x00, 0xe0, 0x02, 0x00, 0x80, 0x55,
0x00, 0x00, 0xee, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};