1#define play_width 16
2#define play_height 16
3#define play_x_hot -1
4#define play_y_hot -1
5static char play_bits[] = {
6   0x00, 0x00, 0xe0, 0x00, 0xe0, 0x01, 0xe0, 0x03, 0x60, 0x07, 0x60, 0x0e,
7   0x60, 0x1c, 0x60, 0x38, 0x60, 0x1c, 0x60, 0x0e, 0x60, 0x07, 0xe0, 0x03,
8   0xe0, 0x01, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00};
9