arch/monster/elemental/Para/para_water.111

10 lines
542 B
Plaintext

#define para_water_width 24
#define para_water_height 24
static char para_water_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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x80, 0x7f, 0x00, 0xf0, 0xff, 0x1d, 0x70, 0xfa, 0x64,
0xb0, 0xff, 0x3f, 0xfe, 0xff, 0x3f, 0xfe, 0xff, 0x3f, 0xfc, 0xf7, 0x3e,
0xe0, 0x8f, 0x02, 0xe0, 0xff, 0x03, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00};