mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
252 B
C
7 lines
252 B
C
#define knitting_width 16
|
|
#define knitting_height 16
|
|
static char knitting_bits[] = {
|
|
0xe7,0xe7,0xe7,0xe7,0xe7,0xf3,0xe4,0x73,0xe4,0x39,0xa7,0x19,0x27,0x8f,0x23,
|
|
0xce,0x73,0xc4,0xf1,0xe4,0x98,0xe5,0x9c,0x27,0xce,0x27,0xcf,0xe7,0xe7,0xe7,
|
|
0xe7,0xe7};
|