From 1b2a459faf12e48e8d5053e788d9fecb6be17ffb Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 21 Sep 2020 02:31:37 +0200 Subject: added sprite for human and sign --- charmaps/fullwidth.json | 2 ++ charmaps/halfwidth.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index ad37e53..32fca79 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -44,6 +44,8 @@ "opendoor": [""",3], "raindrop": [":",12], "snowflake": ["*",15], + "human": ["U", 7], + "sign": ["?", 3], " ": [" ", 7] }, "default": ["?", 7], diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index 3597de2..80df37d 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -43,6 +43,8 @@ "opendoor": ["\"", 3], "raindrop": [":", 12], "snowflake": ["*", 15], + "human": ["U", 7], + "sign": ["?", 3], " ": [" ", 7] }, "writable": { -- cgit