arch/inorganic/dust_effect.112

10 lines
539 B
Plaintext

#define dust_effect_width 24
#define dust_effect_height 24
static char dust_effect_bits[] = {
0x11, 0x31, 0x19, 0x55, 0x15, 0x31, 0xaa, 0x9d, 0xc6, 0x85, 0xc8, 0x64,
0xa4, 0xe2, 0x0e, 0x37, 0x9d, 0x46, 0xc3, 0x54, 0xa4, 0xd4, 0xba, 0x31,
0x2a, 0x16, 0x69, 0xcc, 0xa1, 0xdc, 0x80, 0x46, 0xeb, 0xa7, 0x5e, 0x97,
0xf0, 0x38, 0xa1, 0x61, 0x2a, 0x08, 0x87, 0x42, 0x6e, 0x71, 0x31, 0x6c,
0x46, 0x6c, 0x09, 0x7c, 0x6a, 0x25, 0x98, 0x23, 0x8c, 0x28, 0x0e, 0x23,
0x89, 0x91, 0x2b, 0x85, 0x33, 0x74, 0x2a, 0x2a, 0x21, 0x40, 0x91, 0x15};