diff options
| author | troido <troido@protonmail.com> | 2020-10-03 15:11:05 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-10-03 15:11:05 +0200 |
| commit | 766191658d17bdcd4e4ab3184ddf37286a707ac0 (patch) | |
| tree | 5a1d1e03f1800fac2d43feb791d1acab51147da4 /charmaps | |
| parent | c899971bd4d3071d9f5ccdbcc928f95369a03937 (diff) | |
added dense grass sprites
Diffstat (limited to 'charmaps')
| -rw-r--r-- | charmaps/fullwidth.json | 3 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 1 |
2 files changed, 3 insertions, 1 deletions
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": { |
