mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
7 lines
249 B
C
7 lines
249 B
C
#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};
|