diff options
Diffstat (limited to 'asciifarm/charmaps/default.json')
| -rw-r--r-- | asciifarm/charmaps/default.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 4436537..d881313 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -26,10 +26,16 @@ "troll": ["T",1], "sword": ["/",7], "club": ["!", 3], + "house": ["^", 3, 1], + "bridge": ["=", 9,3], + "smallbridge": ["=", 3,4], + "entry": ["%", 7], + "fence": ["#", 3], " ": [" ", 7] }, "default": ["?", 7], "charwidth": 1, "healthfull": ["#", 7, 2], - "healthempty": ["_", 7, 1] + "healthempty": ["_", 7, 1], + "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } |
