From ec1836bb4725252298b589e885250934fa2f77f8 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 18 Jan 2019 18:18:25 +0100 Subject: simplified fullwidth and emoji charmaps now templates are available --- asciifarm/charmaps/fullwidth.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index cd9aca7..8a7b8e5 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -1,4 +1,5 @@ { + "templates": ["halfwidth"], "mapping":{ "tree": ["T",0,2], "wall": ["#",7,8], @@ -41,14 +42,8 @@ "opendoor": [""",3], " ": [" ", 7] }, - "writable": { - "engravedwall": [15, 8], - "emptyletter": [7, 0] - }, "default": ["?", 7], "charwidth": 2, - "healthfull": ["#", 7, 2], - "healthemtpy": ["_", 7, 1], "alphabet": "!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } -- cgit