Skip to content

Commit

Permalink
Merge pull request #1089 from LeenaMondal01/main
Browse files Browse the repository at this point in the history
Added the letter 'v' in amongus.h
  • Loading branch information
AnshumanMahato committed Oct 31, 2023
2 parents 3ad2d82 + 0aa9025 commit 49764fd
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 109 deletions.
13 changes: 7 additions & 6 deletions Fonts/amongus/amongus.h
Original file line number Diff line number Diff line change
Expand Up @@ -586,17 +586,18 @@ class Amongus : public Fonts
return character;
}

/*
char **v()
char **v()
{
char **character = getCharGrid(ROWS,COLS);
//Enter the character grid in ROWS X COLS
char **character = getCharGrid(4,6);

character[0][1] = character[0][4] = '_';
character[1][0] = '(';
character[1][5] = ')';
character[1][2] = character[2][1] = character[3][2] = '\\';
character[1][3] = character[2][4] = character[3][3] = '/';
return character;
}

*/

/*
char **w()
Expand Down
Loading

0 comments on commit 49764fd

Please sign in to comment.