diff options
Diffstat (limited to 'asciifarm')
| -rw-r--r-- | asciifarm/charmaps/default.json | 4 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index a7534ea..4436537 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -26,9 +26,9 @@ "troll": ["T",1], "sword": ["/",7], "club": ["!", 3], - " ": " " + " ": [" ", 7] }, - "default": "?", + "default": ["?", 7], "charwidth": 1, "healthfull": ["#", 7, 2], "healthempty": ["_", 7, 1] diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 40b1912..b3ad3de 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -26,9 +26,9 @@ "troll": ["T",1], "sword": ["/", 7], "club": ["!", 3], - " ": " " + " ": [" ", 7] }, - "default": "?", + "default": ["?", 7], "charwidth": 2, "healthfull": ["#", 7, 2], "healthemtpy": ["_", 7, 1], |
