arch/monster/misc/Chess/ch_pawn.111

10 lines
542 B
Plaintext

#define chass_pawn_width 24
#define chass_pawn_height 24
static char chass_pawn_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x3f, 0x00,
0x80, 0x7f, 0x00, 0x80, 0x7f, 0x00, 0x00, 0x3f, 0x00, 0x80, 0x5e, 0x00,
0x00, 0x21, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x3f, 0x00,
0x80, 0x7f, 0x00, 0x80, 0x7f, 0x00, 0x80, 0x7f, 0x00, 0xc0, 0xff, 0x00,
0x40, 0xbf, 0x00, 0xe0, 0xcc, 0x01, 0xe0, 0xf3, 0x01, 0xc0, 0xff, 0x00,
0x80, 0x7f, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};