mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 18:19:29 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define line_diag3_2_width 15
|
|
#define line_diag3_2_height 15
|
|
static char line_diag3_2_bits[] = {
|
|
0x24, 0xc9, 0x49, 0x92, 0x92, 0xa4, 0x24, 0xc9, 0x49, 0x92, 0x92, 0xa4,
|
|
0x24, 0xc9, 0x49, 0x92, 0x92, 0xa4, 0x24, 0xc9, 0x49, 0x92, 0x92, 0xa4,
|
|
0x24, 0xc9, 0x49, 0x92, 0x92, 0xa4};
|