mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 01:59:31 -07:00
7 lines
293 B
C
7 lines
293 B
C
#define weave-diag_width 16
|
|
#define weave-diag_height 16
|
|
static char weave-diag_bits[] = {
|
|
0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff,
|
|
0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff,
|
|
0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff};
|