arch/flesh/demon/icor.112

10 lines
518 B
Plaintext

#define icor_width 24
#define icor_height 24
static char icor_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xfe, 0x01, 0x80, 0x3f, 0x07, 0xc0, 0xdd, 0x0e, 0xe0, 0xfa, 0x1f,
0xe0, 0xff, 0x1f, 0xf8, 0x3c, 0x0f, 0x7c, 0xdb, 0x06, 0xfc, 0xff, 0x1f,
0x7c, 0xff, 0x3f, 0xb8, 0xfe, 0x1f, 0xe0, 0x1f, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};