From 8ec72dbdc2247bada9cd5f6c630be41e9f7387a8 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 10 Nov 2017 21:17:59 +0100 Subject: removed assumption that default is white on black in colour schemes --- asciifarm/charmaps/fullwidth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 40b1912..b3ad3de 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -26,9 +26,9 @@ "troll": ["T",1], "sword": ["/", 7], "club": ["!", 3], - " ": " " + " ": [" ", 7] }, - "default": "?", + "default": ["?", 7], "charwidth": 2, "healthfull": ["#", 7, 2], "healthemtpy": ["_", 7, 1], -- cgit