diff options
| -rw-r--r-- | asciifarm/charmaps/default.json | 7 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 916aaaf..2952ab0 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -20,8 +20,11 @@ "spikes": ["^",7], "goblin": ["g",2], "seed": [":",10], - "plant": ["Y",10], - "youngplant": ["v",10], + "plantedseed": [".",10], + "seedling": [",", 10], + "youngplant": ["v", 10], + "smallplant": ["v", 2], + "plant": ["Y",2], "food": ["8",13], "troll": ["T",1], "sword": ["/",7], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 70d8a3b..cd9aca7 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -20,8 +20,11 @@ "spikes": ["^",7], "goblin": ["g",2], "seed": [":",10], - "plant": ["Y",10], + "plantedseed": [".",10], + "seedling": [",",10], "youngplant": ["v",10], + "smallplant": ["v",2], + "plant": ["Y",2], "food": ["8",13], "troll": ["T",1], "sword": ["/", 7], |
