10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define spider2_width 24
|
|
#define spider2_height 24
|
|
static char spider2_bits[] = {
|
|
0x40,0x00,0x00,0xc0,0x78,0x00,0x20,0xfd,0x21,0x28,0xa6,0x33,
|
|
0x3c,0xf3,0x2b,0xa4,0xff,0x2f,0xf6,0xfd,0x2f,0x92,0xff,0x67,
|
|
0xf9,0xff,0x77,0xa4,0xff,0xaf,0xe4,0xff,0x23,0xc2,0x7f,0x2b,
|
|
0x92,0xbf,0x2e,0xe9,0xdf,0x2a,0xc8,0xfd,0x51,0xe8,0x56,0x11,
|
|
0xe4,0x1f,0x11,0x62,0x1f,0x21,0x20,0x0e,0x42,0x20,0x04,0x02,
|
|
0x00,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|