summaryrefslogtreecommitdiff
path: root/asciifarm/charmaps/fullwidth.json
diff options
context:
space:
mode:
authorWango Fett <wangofett@tilde.town>2017-10-26 17:05:49 +0000
committerWango Fett <wangofett@tilde.town>2017-10-26 17:05:49 +0000
commit3a8afeb369d4ef66c9b991e64febe66a35338177 (patch)
tree460a2b88f6d5de2258ad17a319a4672afcde434d /asciifarm/charmaps/fullwidth.json
Pip installable!
Diffstat (limited to 'asciifarm/charmaps/fullwidth.json')
-rw-r--r--asciifarm/charmaps/fullwidth.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json
new file mode 100644
index 0000000..dc1cec8
--- /dev/null
+++ b/asciifarm/charmaps/fullwidth.json
@@ -0,0 +1,31 @@
+{
+ "mapping":{
+ "tree": "T",
+ "wall": "#",
+ "rock": "X",
+ "stone": "o",
+ "pebble": "*",
+ "player": "@",
+ "ground": ".",
+ "grass1": ",",
+ "grass2": "'",
+ "grass3": "`",
+ "rabbit": "r",
+ "water": "~",
+ "floor": "+",
+ "portal": "$",
+ "stairdown": ">",
+ "stairup": "<",
+ "dummy": "d",
+ "spikes": "^",
+ "goblin": "g",
+ "seed": ":",
+ "plant": "Y",
+ "youngplant": "v",
+ "food": "8",
+ "troll": "T",
+ " ": " "
+ },
+ "default": "?",
+ "charwidth": 2
+}