5 lines
217 B
C
5 lines
217 B
C
#define player_next_width 9
|
|
#define player_next_height 9
|
|
static unsigned char player_next_bits[] = {
|
|
0x00, 0x00, 0x42, 0x00, 0x4e, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x7e, 0x00,
|
|
0x4e, 0x00, 0x42, 0x00, 0x00, 0x00 };
|