arch/monster/undead/skree/skree.111

9 lines
447 B
Plaintext

#define skree_width 24
#define skree_height 24
static char skree_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0xc0,
0x00,0x00,0xe0,0x00,0x00,0xf0,0x00,0x00,0xf8,0x00,0x00,0xfc,0x00,0x00,0xff,
0x00,0x80,0xff,0x00,0xc0,0xff,0x00,0xe0,0xff,0x00,0xf0,0xff,0x00,0xfc,0xff,
0x00,0xff,0xff,0x80,0xff,0xff,0xc0,0x9f,0xff,0xe0,0xdf,0xff,0xf0,0xff,0xff,
0xf8,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff};