arch/monster/elemental/Para/para_mud.113

10 lines
536 B
Plaintext

#define para_mud_width 24
#define para_mud_height 24
static char para_mud_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x1f, 0x00,
0xc0, 0xff, 0x00, 0xc0, 0xff, 0x01, 0xc0, 0xff, 0x01, 0xc0, 0xff, 0x00,
0xc0, 0xff, 0x00, 0x80, 0x7f, 0x00, 0x80, 0x3f, 0x00, 0x80, 0x7f, 0x00,
0x80, 0x7f, 0x00, 0xc0, 0xff, 0x00, 0xe0, 0xff, 0x01, 0xf0, 0xff, 0x0f,
0xfc, 0xff, 0x3f, 0xfe, 0xff, 0x7f, 0xfe, 0xff, 0x7f, 0xc0, 0xb8, 0x03};