diff options
| author | troido <troido@protonmail.com> | 2019-01-18 22:59:04 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 22:59:04 +0100 |
| commit | 17b9ed7713bdf0f720e383f907867e7c8487711b (patch) | |
| tree | b61162c71721a825233142a81c52cb1c3aaa0766 /asciifarm | |
| parent | a55a553a01944bcd06b17151cbf346e0dedd6442 (diff) | |
changed wall sprite
Diffstat (limited to 'asciifarm')
| -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], |
