mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
9 lines
431 B
C
9 lines
431 B
C
#define weave_rect_width 18
|
|
#define weave_rect_height 18
|
|
static char weave_rect_bits[] = {
|
|
0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00, 0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02,
|
|
0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02, 0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00,
|
|
0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02, 0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02,
|
|
0x7d, 0xdf, 0x03, 0x45, 0x51, 0x00, 0x7d, 0xdf, 0x03, 0xef, 0xfb, 0x02,
|
|
0x28, 0x8a, 0x02, 0xef, 0xfb, 0x02};
|