summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings
diff options
context:
space:
mode:
authorWango Fett <wangofett@tilde.town>2017-10-26 17:05:49 +0000
committerWango Fett <wangofett@tilde.town>2017-10-26 17:05:49 +0000
commit3a8afeb369d4ef66c9b991e64febe66a35338177 (patch)
tree460a2b88f6d5de2258ad17a319a4672afcde434d /asciifarm/keybindings
Pip installable!
Diffstat (limited to 'asciifarm/keybindings')
-rw-r--r--asciifarm/keybindings/default.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json
new file mode 100644
index 0000000..f0fdf10
--- /dev/null
+++ b/asciifarm/keybindings/default.json
@@ -0,0 +1,17 @@
+{
+ "input":{
+ "w": ["move", "north"],
+ "s": ["move", "south"],
+ "d": ["move", "east"],
+ "a": ["move", "west"],
+ "e": ["take"],
+ "q": ["drop"],
+ "F": ["attack"],
+ "W": ["attack", "north"],
+ "S": ["attack", "south"],
+ "D": ["attack", "east"],
+ "A": ["attack", "west"],
+ "E": ["use"],
+ "f": ["interact"]
+ }
+}