diff options
Diffstat (limited to 'asciifarm/charmaps')
| -rw-r--r-- | asciifarm/charmaps/default.json | 3 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 43a770d..27c4578 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -38,6 +38,9 @@ "opendoor": ["\"",3 ], " ": [" ", 7] }, + "writable": { + "engravedwall": [15, 8] + }, "default": ["?", 7], "charwidth": 1, "healthfull": ["#", 7, 2], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 6e32cbd..afff747 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -38,6 +38,9 @@ "opendoor": [""",3], " ": [" ", 7] }, + "writable": { + "engravedwall": [15, 8] + }, "default": ["?", 7], "charwidth": 2, "healthfull": ["#", 7, 2], |
