10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define ghost2_width 24
|
|
#define ghost2_height 24
|
|
static char ghost2_bits[] = {
|
|
0x00,0x00,0x00,0x18,0x78,0x00,0x28,0x84,0x00,0x44,0xac,0x60,
|
|
0x84,0x84,0x50,0x06,0x45,0x48,0x18,0x46,0x46,0x60,0x80,0x41,
|
|
0x80,0x00,0x78,0x00,0x03,0x0e,0x00,0x02,0x03,0x00,0x02,0x01,
|
|
0x00,0x03,0x01,0x00,0x01,0x03,0x80,0x01,0x02,0x80,0x00,0x06,
|
|
0xc0,0x00,0x04,0x40,0x00,0x04,0x60,0x00,0x0c,0x20,0x00,0x08,
|
|
0x20,0x00,0x08,0x30,0x00,0x18,0xf0,0xff,0x1f,0x00,0x00,0x00};
|