From 6bf3afa02bc58facb5038dd6c05f615efab47a60 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 9 Nov 2017 13:38:12 +0100 Subject: updated readme with mac test and removed old fullwidth file --- asciifarm/client/fullwidth.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 asciifarm/client/fullwidth.json (limited to 'asciifarm/client') 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 -} -- cgit