diff options
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 3 | ||||
| -rw-r--r-- | asciifarm/charmaps/halfwidth.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 8a7b8e5..c1d31c4 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -3,7 +3,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], 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], |
