blob: a0109ed0eb7b51386e22b3c3977e419b338ceb43 (
plain)
1
2
3
4
5
|
#define player_play_width 9
#define player_play_height 9
static unsigned char player_play_bits[] = {
0x00, 0x00, 0x06, 0x00, 0x1e, 0x00, 0x7e, 0x00, 0xfe, 0x00, 0x7e, 0x00,
0x1e, 0x00, 0x06, 0x00, 0x00, 0x00 };
|