mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define escher8_width 16
|
|
#define escher8_height 16
|
|
static char escher8_bits[] = {
|
|
0xf7, 0xf7,
|
|
0xef, 0xef,
|
|
0xcd, 0xcd,
|
|
0xa1, 0xa1,
|
|
0x03, 0x03,
|
|
0x81, 0x81,
|
|
0xcd, 0xcd,
|
|
0xaf, 0xaf,
|
|
0xf7, 0xf7,
|
|
0xef, 0xef,
|
|
0xcd, 0xcd,
|
|
0xa1, 0xa1,
|
|
0x03, 0x03,
|
|
0x81, 0x81,
|
|
0xcd, 0xcd,
|
|
0xaf, 0xaf,
|
|
|
|
};
|