10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define director_2_width 24
|
|
#define director_2_height 24
|
|
static char director_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x60,0x00,0x00,0x78,0x00,0x00,0x2e,
|
|
0x00,0x80,0x3d,0x00,0xe0,0x19,0x00,0x98,0x13,0x00,0x3e,0x0f,
|
|
0x80,0x73,0x0e,0x60,0xe7,0x04,0x78,0xce,0x05,0xe6,0x9c,0x03,
|
|
0xcf,0x39,0x03,0x9e,0x73,0x01,0x3c,0xe7,0x01,0x78,0xce,0x00,
|
|
0xf0,0x9c,0x00,0xe0,0x79,0x00,0xc0,0x73,0x00,0x80,0x27,0x00,
|
|
0x00,0x2f,0x00,0x00,0x1e,0x00,0x00,0x1c,0x00,0x00,0x08,0x00};
|