mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-19 00:49:30 -07:00
7 lines
272 B
C
7 lines
272 B
C
#define stich_diag2_width 14
|
|
#define stich_diag2_height 14
|
|
static char stich_diag2_bits[] = {
|
|
0x6e, 0x37, 0xbb, 0x1d, 0xed, 0x36, 0xb7, 0x1b, 0xdd, 0x2e, 0x76, 0x3b,
|
|
0xdb, 0x2d, 0x6e, 0x37, 0xbb, 0x1d, 0xed, 0x36, 0xb7, 0x1b, 0xdd, 0x2e,
|
|
0x76, 0x3b, 0xdb, 0x2d};
|