mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-19 00:49:30 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define line_vert3_2_width 15
|
|
#define line_vert3_2_height 15
|
|
static char line_vert3_2_bits[] = {
|
|
0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12,
|
|
0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12, 0x49, 0x12,
|
|
0x49, 0x12, 0x49, 0x12, 0x49, 0x12};
|