diff options
| author | troido <troido@protonmail.com> | 2019-01-20 16:41:30 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-20 16:41:30 +0100 |
| commit | 9100a5c077708977f64b17732300c116f97051e8 (patch) | |
| tree | 9e4547e1081a619f3e319e0fc1c0845945904ae4 | |
| parent | af0259ad5115dd8ca2042ad6be48bd3bd665206c (diff) | |
added snowflake object
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 1 | ||||
| -rw-r--r-- | asciifarm/charmaps/halfwidth.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 8b81b00..9b5b81c 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -42,6 +42,7 @@ "closeddoor": ["+",1 ,3], "opendoor": [""",3], "raindrop": [":",12], + "snowflake": ["*",15], " ": [" ", 7] }, "default": ["?", 7], diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json index a0a70b2..f8a5e57 100644 --- a/asciifarm/charmaps/halfwidth.json +++ b/asciifarm/charmaps/halfwidth.json @@ -41,6 +41,7 @@ "closeddoor": ["+",1, 3], "opendoor": ["\"", 3], "raindrop": [":", 12], + "snowflake": ["*", 15], " ": [" ", 7] }, "writable": { |
