mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define crabtweed_width 16
|
|
#define crabtweed_height 16
|
|
static char crabtweed_bits[] = {
|
|
0x6e, 0x72,
|
|
0xf7, 0xcd,
|
|
0x81, 0xde,
|
|
0xbd, 0x9e,
|
|
0x7e, 0x5e,
|
|
0x7e, 0xde,
|
|
0xbd, 0xcd,
|
|
0x42, 0x72,
|
|
0x4e, 0x42,
|
|
0xb3, 0xbd,
|
|
0x7b, 0x7e,
|
|
0x7a, 0x7e,
|
|
0x79, 0xbd,
|
|
0x7b, 0x81,
|
|
0xb3, 0xf7,
|
|
0x4e, 0x6e,
|
|
|
|
};
|