#define alien_dead_width 32
#define alien_dead_height 8
static unsigned char alien_dead_bits[] = {
   0x00, 0x00, 0x3c, 0x00, 0x80, 0x05, 0xfc, 0x00, 0xc0, 0x0f, 0xf8, 0x07,
   0xe0, 0xdf, 0xf9, 0x0f, 0x70, 0xbf, 0xf3, 0x3f, 0xb8, 0xff, 0xff, 0x7f,
   0x98, 0xf9, 0xff, 0xff, 0xef, 0xf1, 0xff, 0xfd};
