5 lines
217 B
C
5 lines
217 B
C
#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 };
|