10 lines
549 B
Plaintext
10 lines
549 B
Plaintext
#define crawling_chaos_width 24
|
|
#define crawling_chaos_height 24
|
|
static char crawling_chaos_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x10, 0x1c, 0x0e, 0x30, 0x08, 0x03,
|
|
0xe0, 0x10, 0x07, 0x10, 0xb3, 0x03, 0x00, 0xe6, 0x00, 0x30, 0x6c, 0x24,
|
|
0xf0, 0x39, 0x36, 0x88, 0x33, 0x3f, 0x02, 0xff, 0x03, 0x1c, 0xde, 0x00,
|
|
0xb8, 0xea, 0x0e, 0x44, 0xbb, 0x3f, 0x42, 0xff, 0x32, 0xee, 0xff, 0x63,
|
|
0xbc, 0xff, 0x27, 0x40, 0x7f, 0x0e, 0xf8, 0xeb, 0x02, 0x1c, 0xdd, 0x1d,
|
|
0xc4, 0x73, 0x0e, 0xf0, 0xd0, 0x11, 0x38, 0x91, 0x07, 0x00, 0x00, 0x00};
|