diff options
| author | troido <troido@protonmail.com> | 2020-04-17 11:42:09 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-17 11:42:09 +0200 |
| commit | c613f7db24a0bfa662d596778cb3cbaf8f3e1d80 (patch) | |
| tree | 56e792bc5f661996b9a2a5c352a493595ec371bb /charmaps | |
| parent | f02ff13c21cd105d833131fca2939a52cfb40385 (diff) | |
added quarry sprite
Diffstat (limited to 'charmaps')
| -rw-r--r-- | charmaps/fullwidth.json | 1 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index 6d912fe..ad37e53 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -4,6 +4,7 @@ "tree": ["T",0,2], "wall": ["#",7,8], "builtwall": ["+",7,8], + "quarry": ["Q",7,8], "rock": ["#",8,8], "stone": ["o",7], "pebble": ["*",7], diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index d3e16f8..3597de2 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -3,6 +3,7 @@ "tree": ["T", 0, 2], "wall": ["#", 7, 8], "builtwall": ["+", 7, 8], + "quarry": ["Q", 7, 8], "rock": ["#", 8, 8], "stone": ["o", 7], "pebble": ["*", 7], |
