8 lines
435 B
C
8 lines
435 B
C
#define player_fwd1_width 18
|
|
#define player_fwd1_height 18
|
|
static char player_fwd1_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x03, 0x00, 0x0C, 0x03, 0x00,
|
|
0x3C, 0x0F, 0x00, 0x3C, 0x0F, 0x00, 0xFC, 0x3F, 0x00, 0xFC, 0x3F, 0x00,
|
|
0xFC, 0x3F, 0x00, 0xFC, 0x3F, 0x00, 0xFC, 0x3F, 0x00, 0xFC, 0x3F, 0x00,
|
|
0x3C, 0x0F, 0x00, 0x3C, 0x0F, 0x00, 0x0C, 0x03, 0x00, 0x0C, 0x03, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|