From 03d45d60b84c07c29a304301fb290aecee9cfa24 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 3 Jan 2018 13:33:10 +0100 Subject: removed outdated keybindings files, fixed selector crash on empty list, updated keydocs --- asciifarm/keybindings/default.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 asciifarm/keybindings/default.json (limited to 'asciifarm/keybindings/default.json') diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json deleted file mode 100644 index 2af12bf..0000000 --- a/asciifarm/keybindings/default.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "input":{ - "w": ["move", "north"], - "s": ["move", "south"], - "d": ["move", "east"], - "a": ["move", "west"], - "e": ["take"], - "q": ["drop"], - "f": [["attack"],["attack", "north"],["attack", "south"],["attack", "east"],["attack", "west"]], - "F": ["attack"], - "W": ["attack", "north"], - "S": ["attack", "south"], - "D": ["attack", "east"], - "A": ["attack", "west"], - "E": ["use"], - "r": ["interact"], - "KEY_UP": ["move", "north"], - "KEY_DOWN": ["move", "south"], - "KEY_RIGHT": ["move", "east"], - "KEY_LEFT": ["move", "west"] - }, - "control": { - "t": ["text"] - } -} -- cgit