10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define director_8_width 24
|
|
#define director_8_height 24
|
|
static char director_8_bits[] = {
|
|
0x00,0x00,0x00,0x03,0x00,0x00,0x0f,0x00,0x00,0x3e,0x00,0x00,
|
|
0xe6,0x00,0x00,0x74,0x03,0x00,0x3c,0x0f,0x00,0x98,0x33,0x00,
|
|
0xc8,0xf9,0x00,0xf0,0x9c,0x03,0x70,0xce,0x0d,0x20,0xe7,0x3c,
|
|
0xa0,0x73,0x4e,0xc0,0x39,0x27,0xc0,0x9c,0x13,0x80,0xce,0x09,
|
|
0x80,0xe7,0x04,0x00,0x73,0x02,0x00,0x39,0x01,0x00,0x9e,0x00,
|
|
0x00,0x4e,0x00,0x00,0x24,0x00,0x00,0x14,0x00,0x00,0x08,0x00};
|