From 17b9ed7713bdf0f720e383f907867e7c8487711b Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 18 Jan 2019 22:59:04 +0100 Subject: changed wall sprite --- asciifarm/charmaps/halfwidth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asciifarm/charmaps/halfwidth.json') diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json index 2952ab0..1620bb5 100644 --- a/asciifarm/charmaps/halfwidth.json +++ b/asciifarm/charmaps/halfwidth.json @@ -2,7 +2,8 @@ "mapping":{ "tree": ["T", 0, 2], "wall": ["#", 7, 8], - "rock": ["X", 7, 8], + "builtwall": ["+", 7, 8], + "rock": [" ", 7, 8], "stone": ["o", 7], "pebble": ["*", 7], "player": ["@", 15], -- cgit