diff options
| author | troido <troido@hotmail.com> | 2017-11-07 10:53:00 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-11-07 10:53:00 +0100 |
| commit | a2efbcc91190a79fb49489738cbf419a1b2395ee (patch) | |
| tree | e82b6a6b4c549996960e17361c2fee10a47baa69 /asciifarm/charmaps/fullwidth.json | |
| parent | 07250230943a5fdfd7961063478523ee948710f4 (diff) | |
changed water colours and set default to 7,0
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{|}~" + ] } |
