#define star_width 16
#define star_height 16
#define star_x_hot 7
#define star_y_hot 7
static short star_bits[] = {
   0x0000, 0x0080, 0x0080, 0x0888,
   0x0490, 0x02a0, 0x0140, 0x3e3e,
   0x0140, 0x02a0, 0x0490, 0x0888,
   0x0080, 0x0080, 0x0000, 0x0000};
