diff options
| author | troido <troido@hotmail.com> | 2018-01-03 13:33:10 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-03 13:33:10 +0100 |
| commit | 03d45d60b84c07c29a304301fb290aecee9cfa24 (patch) | |
| tree | 4113164ba6b69d0d2a966610fd97280016b8b51b /asciifarm/keybindings/default.json | |
| parent | 78c6a33a67bfc879bf52ff89f8f54e59c5f9249f (diff) | |
removed outdated keybindings files, fixed selector crash on empty list, updated keydocs
Diffstat (limited to 'asciifarm/keybindings/default.json')
| -rw-r--r-- | asciifarm/keybindings/default.json | 25 |
1 files changed, 0 insertions, 25 deletions
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"] - } -} |
