diff options
Diffstat (limited to 'asciifarm/charmaps')
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 2 | ||||
| -rw-r--r-- | asciifarm/charmaps/halfwidth.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 9b5b81c..6d912fe 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -4,7 +4,7 @@ "tree": ["T",0,2], "wall": ["#",7,8], "builtwall": ["+",7,8], - "rock": [" ",7,8], + "rock": ["#",8,8], "stone": ["o",7], "pebble": ["*",7], "player": ["@",15], diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json index d1fc4f6..d3e16f8 100644 --- a/asciifarm/charmaps/halfwidth.json +++ b/asciifarm/charmaps/halfwidth.json @@ -3,7 +3,7 @@ "tree": ["T", 0, 2], "wall": ["#", 7, 8], "builtwall": ["+", 7, 8], - "rock": [" ", 7, 8], + "rock": ["#", 8, 8], "stone": ["o", 7], "pebble": ["*", 7], "player": ["@", 15], |
