arch/monster/dragon/Dragonman/dragonman.231

10 lines
539 B
Plaintext

#define dragonman_width 24
#define dragonman_height 24
static char dragonman_bits[] = {
0xd2, 0x83, 0x59, 0x92, 0xab, 0x93, 0x92, 0xef, 0x93, 0x92, 0xef, 0x93,
0x9a, 0xef, 0x51, 0x8a, 0xef, 0x51, 0x8a, 0xef, 0x49, 0x8a, 0xff, 0x49,
0x8a, 0xff, 0x49, 0x92, 0xff, 0x59, 0xae, 0xff, 0x73, 0xb8, 0xff, 0x03,
0x80, 0xe7, 0x03, 0xc0, 0xef, 0x03, 0xc0, 0xcf, 0x03, 0xe0, 0x9f, 0x07,
0xf0, 0x3f, 0x07, 0xf8, 0xfe, 0x0f, 0x78, 0xf6, 0x0f, 0x7c, 0xe7, 0x1f,
0x7c, 0xef, 0x1f, 0xf0, 0xdf, 0x1f, 0xf0, 0x3f, 0x1f, 0x00, 0x7e, 0x06};