mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
293 B
C
7 lines
293 B
C
#define weave_wide_width 16
|
|
#define weave_wide_height 16
|
|
static char weave_wide_bits[] = {
|
|
0x5f, 0xf9, 0xb3, 0xf2, 0x69, 0xe5, 0xd4, 0xca, 0xea, 0x55, 0xf5, 0x2b,
|
|
0xfa, 0x97, 0xfd, 0x4f, 0xfe, 0xa7, 0xf3, 0x53, 0xe5, 0xa9, 0xca, 0xd4,
|
|
0x95, 0xea, 0x2b, 0xf5, 0x57, 0xfa, 0xaf, 0xfc};
|