#define deathray_width 16 #define deathray_height 16 static char deathray_bits[] = { 0x01,0x00,0x02,0x00,0x04,0x00,0x08,0x00,0x11,0x00,0x26,0x00,0x58,0x00,0xe0, 0x00,0xff,0xff,0xc0,0x00,0x70,0x00,0x2c,0x00,0x13,0x00,0x08,0x00,0x04,0x00, 0x02,0x00};