mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
308 B
C
7 lines
308 B
C
#define weave_rect_wide_width 16
|
|
#define weave_rect_wide_height 16
|
|
static char weave_rect_wide_bits[] = {
|
|
0xff, 0x77, 0x01, 0x74, 0xff, 0x77, 0xff, 0x77, 0xff, 0x77, 0x01, 0x74,
|
|
0xff, 0x77, 0x77, 0x77, 0x77, 0xff, 0x74, 0x01, 0x77, 0xff, 0x77, 0xff,
|
|
0x77, 0xff, 0x74, 0x01, 0x77, 0xff, 0x77, 0x77};
|