diff options
| author | troido <troido@protonmail.com> | 2019-01-18 19:15:48 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 19:15:48 +0100 |
| commit | a55a553a01944bcd06b17151cbf346e0dedd6442 (patch) | |
| tree | e015a2b639bac491c39307128192630084dddc5d | |
| parent | ec1836bb4725252298b589e885250934fa2f77f8 (diff) | |
more emoji characters
| -rw-r--r-- | asciifarm/charmaps/emoji.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/asciifarm/charmaps/emoji.json b/asciifarm/charmaps/emoji.json index 3ab3828..3049816 100644 --- a/asciifarm/charmaps/emoji.json +++ b/asciifarm/charmaps/emoji.json @@ -1,6 +1,10 @@ { "templates": ["fullwidth"], "mapping":{ - "tree": ["🌳",0,2] + "tree": ["🌳",0,2], + "stairdown": ["↘",7], + "stairup": ["↖",7], + "player": ["🙂",15], + "sword": ["🗡️", 7] } } |
