diff options
| author | troido <troido@hotmail.com> | 2018-01-01 23:52:04 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-01 23:52:04 +0100 |
| commit | 5e12a9ed28154407ee0453913d74bcc9366fe2df (patch) | |
| tree | ed6cb35fce7737706d87fdb0fde9f941fbfb2371 /asciifarm/charmaps | |
| parent | c1bfe8351f6da31221a9e2fa53ca6c5897a503bb (diff) | |
gave armour the '[' character
Diffstat (limited to 'asciifarm/charmaps')
| -rw-r--r-- | asciifarm/charmaps/default.json | 1 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index c815866..a52f642 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -31,6 +31,7 @@ "smallbridge": ["=", 3,4], "entry": ["%", 7], "fence": ["#", 3], + "armour": ["[", 7], " ": [" ", 7] }, "default": ["?", 7], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index c67fcc6..174fbd1 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -31,6 +31,7 @@ "smallbridge": ["=", 3,4], "entry": ["%", 7], "fence": ["#", 3], + "armour": ["[", 7], " ": [" ", 7] }, "default": ["?", 7], |
