diff options
Diffstat (limited to 'asciifarm/charmaps/fullwidth.json')
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index c1e80f8..a9fa4c0 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -1,6 +1,6 @@ { "mapping":{ - "tree": ["T",0,2], + "tree": ["%",0,2], "wall": ["#",7,8], "rock": ["X",7,8], "stone": ["o",7], @@ -11,7 +11,7 @@ "grass2": ["'",2], "grass3": ["`",10], "rabbit": ["r",15], - "water": ["~",6,4], + "water": ["~",4,4], "floor": [".",8], "portal": ["$", 5], "stairdown": [">",7], @@ -31,5 +31,10 @@ "default": "?", "charwidth": 2, "healthfull": ["#", 7, 2], - "healthemtpy": ["_", 7, 1] + "healthemtpy": ["_", 7, 1], + "comment: allcharacters": [ + "!"#$%&'()*+,-./0123456789:;<=>?", + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_", + "`abcdefghijklmnopqrstuvwxyz{|}~" + ] } |
