Skip to content

Commit

Permalink
large flat top: rename some char images
Browse files Browse the repository at this point in the history
  • Loading branch information
roipoussiere committed May 5, 2024
1 parent 940ec39 commit ff19bfd
Show file tree
Hide file tree
Showing 27 changed files with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,50 @@ The smallest hexagon can be drawn on a 5x3 grid and contains 3 free slots in the

### Simple lines (11 glyphs)

![](images/chars/large_flat_top/simple_corner_lower_left.png)
![](images/chars/large_flat_top/simple_corner_lower_right.png)
![](images/chars/large_flat_top/simple_corner_upper_left.png)
![](images/chars/large_flat_top/simple_corner_upper_right.png)
![](images/chars/large_flat_top/simple_corner_bottom_left.png)
![](images/chars/large_flat_top/simple_corner_bottom_right.png)
![](images/chars/large_flat_top/simple_corner_top_left.png)
![](images/chars/large_flat_top/simple_corner_top_right.png)
![](images/chars/large_flat_top/simple_corner_left.png)
![](images/chars/large_flat_top/simple_corner_right.png)
![](images/chars/large_flat_top/simple_fork_right.png)
![](images/chars/large_flat_top/simple_fork_left.png)
![](images/chars/large_flat_top/simple_horizontal_line.png)
![](images/chars/large_flat_top/simple_diagonal_rising.png)
![](images/chars/large_flat_top/simple_diagonal_falling.png)
![](images/chars/large_flat_top/simple_fork_right.png)
![](images/chars/large_flat_top/simple_line_horizontal.png)
![](images/chars/large_flat_top/simple_line_rising.png)
![](images/chars/large_flat_top/simple_line_falling.png)

![](./images/examples/large_flat_top_simple.png)

### Double lines (11 glyphs)

![](images/chars/large_flat_top/double_corner_lower_left.png)
![](images/chars/large_flat_top/double_corner_lower_right.png)
![](images/chars/large_flat_top/double_corner_upper_left.png)
![](images/chars/large_flat_top/double_corner_upper_right.png)
![](images/chars/large_flat_top/double_corner_bottom_left.png)
![](images/chars/large_flat_top/double_corner_bottom_right.png)
![](images/chars/large_flat_top/double_corner_top_left.png)
![](images/chars/large_flat_top/double_corner_top_right.png)
![](images/chars/large_flat_top/double_corner_left.png)
![](images/chars/large_flat_top/double_corner_right.png)
![](images/chars/large_flat_top/double_fork_right.png)
![](images/chars/large_flat_top/double_fork_left.png)
![](images/chars/large_flat_top/double_horizontal_line.png)
![](images/chars/large_flat_top/double_diagonal_rising.png)
![](images/chars/large_flat_top/double_diagonal_falling.png)
![](images/chars/large_flat_top/double_fork_right.png)
![](images/chars/large_flat_top/double_line_horizontal.png)
![](images/chars/large_flat_top/double_line_rising.png)
![](images/chars/large_flat_top/double_line_falling.png)

![](./images/examples/large_flat_top_double.png)

### Mixed (12 glyphs)

![](images/chars/large_flat_top/simple_fork_right_double_lower_right.png)
![](images/chars/large_flat_top/simple_fork_left_double_lower_left.png)
![](images/chars/large_flat_top/simple_fork_right_double_upper_right.png)
![](images/chars/large_flat_top/simple_fork_left_double_upper_left.png)
![](images/chars/large_flat_top/double_fork_right_simple_left.png)
![](images/chars/large_flat_top/double_fork_left_simple_right.png)
![](images/chars/large_flat_top/double_fork_right_simple_upper_right.png)
![](images/chars/large_flat_top/double_fork_left_simple_upper_left.png)
![](images/chars/large_flat_top/double_fork_right_simple_lower_right.png)
![](images/chars/large_flat_top/double_fork_left_simple_lower_left.png)
![](images/chars/large_flat_top/simple_fork_right_double_left.png)
![](images/chars/large_flat_top/simple_fork_left_double_right.png)
![](images/chars/large_flat_top/mixed_simple_fork_left_double_bottom_left.png)
![](images/chars/large_flat_top/mixed_simple_fork_left_double_right.png)
![](images/chars/large_flat_top/mixed_simple_fork_left_double_top_left.png)
![](images/chars/large_flat_top/mixed_simple_fork_right_double_bottom_right.png)
![](images/chars/large_flat_top/mixed_simple_fork_right_double_left.png)
![](images/chars/large_flat_top/mixed_simple_fork_right_double_top_right.png)
![](images/chars/large_flat_top/mixed_double_fork_left_simple_bottom_left.png)
![](images/chars/large_flat_top/mixed_double_fork_left_simple_right.png)
![](images/chars/large_flat_top/mixed_double_fork_left_simple_top_left.png)
![](images/chars/large_flat_top/mixed_double_fork_right_simple_bottom_right.png)
![](images/chars/large_flat_top/mixed_double_fork_right_simple_left.png)
![](images/chars/large_flat_top/mixed_double_fork_right_simple_top_right.png)

![](./images/examples/large_flat_top_mixed.png)

Expand Down

0 comments on commit ff19bfd

Please sign in to comment.