mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
9 lines
446 B
C
9 lines
446 B
C
#define weave_root_wide_width 18
|
|
#define weave_root_wide_height 18
|
|
static char weave_root_wide_bits[] = {
|
|
0xbe, 0xef, 0xff, 0x7d, 0xdf, 0xff, 0xfb, 0xbe, 0xff, 0xdf, 0xf7, 0xfd,
|
|
0xef, 0xfb, 0xfe, 0xf7, 0x7d, 0xff, 0xbe, 0xef, 0xff, 0x7d, 0xdf, 0xff,
|
|
0xfb, 0xbe, 0xff, 0xdf, 0xf7, 0xfd, 0xef, 0xfb, 0xfe, 0xf7, 0x7d, 0xff,
|
|
0xbe, 0xef, 0xff, 0x7d, 0xdf, 0xff, 0xfb, 0xbe, 0xff, 0xdf, 0xf7, 0xfd,
|
|
0xef, 0xfb, 0xfe, 0xf7, 0x7d, 0xff};
|