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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'charmaps/fullwidth.json') 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] } } -- cgit