arch/ground/fog.112

10 lines
515 B
Plaintext

#define fog_width 24
#define fog_height 24
static char fog_bits[] = {
0x00, 0x00, 0x00, 0x80, 0x9a, 0x00, 0x60, 0x02, 0x00, 0xa8, 0xae, 0x29,
0x00, 0x02, 0x09, 0x0e, 0x48, 0x15, 0x00, 0xa2, 0x2a, 0xba, 0x52, 0x06,
0x00, 0xa8, 0x28, 0x82, 0x12, 0x05, 0x08, 0x28, 0x8a, 0xa2, 0xdc, 0x40,
0xa0, 0x22, 0x29, 0x0c, 0x94, 0x6d, 0x88, 0x88, 0x02, 0xd2, 0x50, 0xb1,
0x8a, 0xa2, 0x08, 0x0e, 0x5b, 0x13, 0x20, 0x20, 0x08, 0x8e, 0x8a, 0x6c,
0x20, 0x0a, 0x02, 0x20, 0x99, 0x2a, 0x10, 0x05, 0x38, 0x80, 0x22, 0x08};