diff options
| author | troido <troido@protonmail.com> | 2020-09-21 02:31:37 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-21 02:31:37 +0200 |
| commit | 1b2a459faf12e48e8d5053e788d9fecb6be17ffb (patch) | |
| tree | 424c1122862b4e57a10e26378dce2461205ae6ab | |
| parent | e91638c6ae9968ee1e8192e101ad3155d4b7a398 (diff) | |
added sprite for human and sign
| -rw-r--r-- | charmaps/fullwidth.json | 2 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 2 |
2 files changed, 4 insertions, 0 deletions
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": { |
