5 lines
217 B
C
5 lines
217 B
C
#define player_fwd2_width 9
|
|
#define player_fwd2_height 9
|
|
static unsigned char player_fwd2_bits[] = {
|
|
0x00, 0x00, 0x12, 0x00, 0x24, 0x00, 0x48, 0x00, 0x90, 0x00, 0x48, 0x00,
|
|
0x24, 0x00, 0x12, 0x00, 0x00, 0x00 };
|