summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/keybindings/default.json')
-rw-r--r--asciifarm/keybindings/default.json25
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"]
- }
-}