diff options
Diffstat (limited to 'asciifarm/charmaps')
| -rw-r--r-- | asciifarm/charmaps/default.json | 2 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index eaf1384..a7534ea 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -10,7 +10,7 @@ "grass1": [",", 2], "grass2": ["'", 2], "grass3": ["`", 10], - "water": ["~", 6, 4], + "water": ["~", 4, 4], "rabbit": ["r", 15], "floor": [".", 8], "portal": ["$", 5], 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{|}~" + ] } |
