From c613f7db24a0bfa662d596778cb3cbaf8f3e1d80 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 17 Apr 2020 11:42:09 +0200 Subject: added quarry sprite --- charmaps/fullwidth.json | 1 + charmaps/halfwidth.json | 1 + 2 files changed, 2 insertions(+) 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], -- cgit