From 766191658d17bdcd4e4ab3184ddf37286a707ac0 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 3 Oct 2020 15:11:05 +0200 Subject: added dense grass sprites --- charmaps/fullwidth.json | 3 ++- charmaps/halfwidth.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index 191b1bb..2929a3f 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -3,6 +3,7 @@ "charwidth": 2, "mapping": { "house": ["^^", 3, 1], - "spikes": ["^^",7] + "spikes": ["^^",7], + "densegrass": [";;", 2] } } diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index 54a4536..6637abe 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -59,6 +59,7 @@ "tub": ["u", 3], "sewingtable": ["s", 15], "bag": ["6", 7], + "densegrass": [";", 2], " ": [" ", 7] }, "writable": { -- cgit