mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
270 B
C
7 lines
270 B
C
#define weave_rect_dbl_width 16
|
|
#define weave_rect_dbl_height 16
|
|
static char weave_rect_dbl_bits[] = {
|
|
0xfd,0xfd,0x05,0x05,0xfd,0xfd,0xbd,0xbd,0xbd,0xbd,0xbf,0xbf,0xa0,0xa0,0xbf,
|
|
0xbf,0xfd,0xfd,0x05,0x05,0xfd,0xfd,0xbd,0xbd,0xbd,0xbd,0xbf,0xbf,0xa0,0xa0,
|
|
0xbf,0xbf};
|