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