From 0df7f7850c0f36067c2fec5d7e0c508b36330b20 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 22 May 2018 16:45:09 +0200 Subject: created support for writable objects --- asciifarm/charmaps/default.json | 3 +++ asciifarm/charmaps/fullwidth.json | 3 +++ 2 files changed, 6 insertions(+) (limited to 'asciifarm/charmaps') 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], -- cgit