summaryrefslogtreecommitdiff
path: root/asciifarm/client/fullwidth.json
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/client/fullwidth.json')
-rw-r--r--asciifarm/client/fullwidth.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/asciifarm/client/fullwidth.json b/asciifarm/client/fullwidth.json
new file mode 100644
index 0000000..dc1cec8
--- /dev/null
+++ b/asciifarm/client/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
+}