10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define spider_web_width 24
|
|
#define spider_web_height 24
|
|
static char spider_web_bits[] = {
|
|
0x08,0x04,0x42,0x10,0x04,0x21,0x21,0x8e,0x10,0xc2,0x75,0x08,
|
|
0x34,0x84,0x85,0x88,0x3f,0x42,0x54,0x44,0x25,0x25,0x95,0x14,
|
|
0x92,0x6e,0x09,0xca,0x44,0x0a,0x2a,0x95,0x0a,0x49,0x4a,0x12,
|
|
0xff,0xf5,0xff,0x49,0x4a,0x12,0x2a,0x95,0x0a,0x4a,0x44,0x0a,
|
|
0xd2,0x6e,0x09,0x25,0x95,0x14,0x54,0x44,0x25,0x88,0x3f,0x42,
|
|
0x34,0x84,0x85,0xc2,0x75,0x08,0x21,0x8e,0x10,0x10,0x04,0x21};
|