Files
2017-10-19 12:40:28 -04:00

22 lines
291 B
Plaintext

#define oldcar_width 16
#define oldcar_height 16
static char oldcar_bits[] = {
0x00, 0x00,
0xfc, 0x03,
0x8c, 0x00,
0x8c, 0x00,
0x8c, 0x00,
0x8c, 0x00,
0xfc, 0x1f,
0xfe, 0x3f,
0xff, 0x7f,
0xff, 0xff,
0xfe, 0x7f,
0x3c, 0x3c,
0x3c, 0x3c,
0x18, 0x18,
0x00, 0x00,
0x00, 0x00,
};