From c9744caa15350f07626676d0dc48e38be317494a Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 18 Jan 2019 18:11:04 +0100 Subject: changed filenames for resource configs --- asciifarm/charmaps/default.json | 53 --------------------------------------- asciifarm/charmaps/halfwidth.json | 53 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 asciifarm/charmaps/default.json create mode 100644 asciifarm/charmaps/halfwidth.json (limited to 'asciifarm/charmaps') diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json deleted file mode 100644 index 2952ab0..0000000 --- a/asciifarm/charmaps/default.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "mapping":{ - "tree": ["T", 0, 2], - "wall": ["#", 7, 8], - "rock": ["X", 7, 8], - "stone": ["o", 7], - "pebble": ["*", 7], - "player": ["@", 15], - "ground": [".", 3], - "grass1": [",", 2], - "grass2": ["'", 2], - "grass3": ["`", 10], - "water": ["~", 4, 4], - "rabbit": ["b", 15], - "floor": [".", 8], - "portal": ["$", 5], - "stairdown": [">",7], - "stairup": ["<",7], - "dummy": ["d", 3], - "spikes": ["^",7], - "goblin": ["g",2], - "seed": [":",10], - "plantedseed": [".",10], - "seedling": [",", 10], - "youngplant": ["v", 10], - "smallplant": ["v", 2], - "plant": ["Y",2], - "food": ["8",13], - "troll": ["T",1], - "sword": ["/",7], - "club": ["!", 3], - "house": ["^", 3, 1], - "bridge": ["=", 9,3], - "smallbridge": ["=", 3,4], - "entry": ["%", 7], - "fence": ["#", 3], - "armour": ["[", 7], - "wound": [" ", 7, 1], - "rat": ["r", 7], - "closeddoor": ["+",1 ,3], - "opendoor": ["\"",3 ], - " ": [" ", 7] - }, - "writable": { - "engravedwall": [15, 8], - "emptyletter": [7, 0] - }, - "default": ["?", 7], - "charwidth": 1, - "healthfull": ["#", 7, 2], - "healthempty": ["_", 7, 1], - "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" -} diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json new file mode 100644 index 0000000..2952ab0 --- /dev/null +++ b/asciifarm/charmaps/halfwidth.json @@ -0,0 +1,53 @@ +{ + "mapping":{ + "tree": ["T", 0, 2], + "wall": ["#", 7, 8], + "rock": ["X", 7, 8], + "stone": ["o", 7], + "pebble": ["*", 7], + "player": ["@", 15], + "ground": [".", 3], + "grass1": [",", 2], + "grass2": ["'", 2], + "grass3": ["`", 10], + "water": ["~", 4, 4], + "rabbit": ["b", 15], + "floor": [".", 8], + "portal": ["$", 5], + "stairdown": [">",7], + "stairup": ["<",7], + "dummy": ["d", 3], + "spikes": ["^",7], + "goblin": ["g",2], + "seed": [":",10], + "plantedseed": [".",10], + "seedling": [",", 10], + "youngplant": ["v", 10], + "smallplant": ["v", 2], + "plant": ["Y",2], + "food": ["8",13], + "troll": ["T",1], + "sword": ["/",7], + "club": ["!", 3], + "house": ["^", 3, 1], + "bridge": ["=", 9,3], + "smallbridge": ["=", 3,4], + "entry": ["%", 7], + "fence": ["#", 3], + "armour": ["[", 7], + "wound": [" ", 7, 1], + "rat": ["r", 7], + "closeddoor": ["+",1 ,3], + "opendoor": ["\"",3 ], + " ": [" ", 7] + }, + "writable": { + "engravedwall": [15, 8], + "emptyletter": [7, 0] + }, + "default": ["?", 7], + "charwidth": 1, + "healthfull": ["#", 7, 2], + "healthempty": ["_", 7, 1], + "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" +} -- cgit