mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define weave2_width 16
|
|
#define weave2_height 16
|
|
static char weave2_bits[] = {
|
|
0xfd, 0xfd,
|
|
0x05, 0x05,
|
|
0xfd, 0xfd,
|
|
0xbd, 0xbd,
|
|
0xbd, 0xbd,
|
|
0xbf, 0xbf,
|
|
0xa0, 0xa0,
|
|
0xbf, 0xbf,
|
|
0xfd, 0xfd,
|
|
0x05, 0x05,
|
|
0xfd, 0xfd,
|
|
0xbd, 0xbd,
|
|
0xbd, 0xbd,
|
|
0xbf, 0xbf,
|
|
0xa0, 0xa0,
|
|
0xbf, 0xbf,
|
|
|
|
};
|