blob: d3743aa2adeb17979be12be1b1f27d095e4903f0 (
plain)
1
2
3
4
5
|
#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 };
|