mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
257 B
C
7 lines
257 B
C
#define weave_rect_width 13
|
|
#define weave_rect_height 13
|
|
static char weave_rect_bits[] = {
|
|
0xf4, 0xf7, 0x97, 0xfe, 0xfe, 0xf2, 0xd2, 0xff, 0x5f, 0xfa, 0xfa, 0xeb,
|
|
0x4b, 0xff, 0x7f, 0xe9, 0xe9, 0xef, 0x2f, 0xfd, 0xfd, 0xe5, 0xa5, 0xff,
|
|
0xbf, 0xf4};
|