summaryrefslogtreecommitdiff
path: root/asciifarm/client
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2017-11-09 13:38:12 +0100
committertroido <troido@hotmail.com>2017-11-09 13:38:12 +0100
commit6bf3afa02bc58facb5038dd6c05f615efab47a60 (patch)
treef22b582dbdfdfe48592b1cb8a7199ef31d90bb32 /asciifarm/client
parent56af1337af9c9cf27a4ca3ed4e3cb94bfcbdb9dc (diff)
updated readme with mac test and removed old fullwidth file
Diffstat (limited to 'asciifarm/client')
-rw-r--r--asciifarm/client/fullwidth.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/asciifarm/client/fullwidth.json b/asciifarm/client/fullwidth.json
deleted file mode 100644
index dc1cec8..0000000
--- a/asciifarm/client/fullwidth.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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
-}