summaryrefslogtreecommitdiff
path: root/asciifarm/charmaps/fullwidth.json
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2017-11-10 21:17:59 +0100
committertroido <troido@hotmail.com>2017-11-10 21:17:59 +0100
commit8ec72dbdc2247bada9cd5f6c630be41e9f7387a8 (patch)
tree92f186a5df4ceaea0d4b281d757194fe54ba95ba /asciifarm/charmaps/fullwidth.json
parente1786cfdaf3ac96c0ea4be4e18ea678fbb135d97 (diff)
removed assumption that default is white on black in colour schemes
Diffstat (limited to 'asciifarm/charmaps/fullwidth.json')
-rw-r--r--asciifarm/charmaps/fullwidth.json4
1 files changed, 2 insertions, 2 deletions
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],