arch/misc/Container/cauldron.111

10 lines
530 B
Plaintext

#define cauldron_width 24
#define cauldron_height 24
static char cauldron_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x3c, 0x00, 0x00, 0x66, 0x00, 0xe0, 0xff, 0x07, 0xf0, 0xff, 0x0f,
0x58, 0x7f, 0x1d, 0xfc, 0xab, 0x3f, 0xfe, 0xff, 0x7f, 0xfa, 0xf7, 0x5f,
0xfe, 0xf7, 0x7f, 0xfc, 0xff, 0x3f, 0xf8, 0xff, 0x1f, 0xf0, 0xff, 0x0f,
0xf0, 0xff, 0x0f, 0xe0, 0xff, 0x07, 0xc0, 0xf7, 0x03, 0xe0, 0x6e, 0x07,
0x60, 0x18, 0x06, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};