mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 01:59:31 -07:00
7 lines
258 B
C
7 lines
258 B
C
#define weave-horz_width 16
|
|
#define weave-horz_height 16
|
|
static char weave-horz_bits[] = {
|
|
0xff,0xff,0x33,0x33,0xff,0xff,0xcc,0xcc,0xff,0xff,0x33,0x33,0xff,0xff,0xcc,
|
|
0xcc,0xff,0xff,0x33,0x33,0xff,0xff,0xcc,0xcc,0xff,0xff,0x33,0x33,0xff,0xff,
|
|
0xcc,0xcc};
|