mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
308 B
C
7 lines
308 B
C
#define weave_rect_long_width 16
|
|
#define weave_rect_long_height 16
|
|
static char weave_rect_long_bits[] = {
|
|
0xfd, 0xfd, 0x05, 0x05, 0xfd, 0xfd, 0xdd, 0xdd, 0xdf, 0xdf, 0x50, 0x50,
|
|
0xdf, 0xdf, 0xdd, 0xdd, 0xfd, 0xfd, 0x05, 0x05, 0xfd, 0xfd, 0xdd, 0xdd,
|
|
0xdf, 0xdf, 0x50, 0x50, 0xdf, 0xdf, 0xdd, 0xdd};
|