From 9100a5c077708977f64b17732300c116f97051e8 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 20 Jan 2019 16:41:30 +0100 Subject: added snowflake object --- asciifarm/charmaps/fullwidth.json | 1 + asciifarm/charmaps/halfwidth.json | 1 + 2 files changed, 2 insertions(+) (limited to 'asciifarm') 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": { -- cgit