mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 18:19:29 -07:00
7 lines
299 B
C
7 lines
299 B
C
#define line_diag8_4_width 16
|
|
#define line_diag8_4_height 16
|
|
static char line_diag8_4_bits[] = {
|
|
0x0f, 0x0f, 0x1e, 0x1e, 0x3c, 0x3c, 0x78, 0x78, 0xf0, 0xf0, 0xe1, 0xe1,
|
|
0xc3, 0xc3, 0x87, 0x87, 0x0f, 0x0f, 0x1e, 0x1e, 0x3c, 0x3c, 0x78, 0x78,
|
|
0xf0, 0xf0, 0xe1, 0xe1, 0xc3, 0xc3, 0x87, 0x87};
|