diff options
| author | Wango Fett <wangofett@tilde.town> | 2017-10-26 17:05:49 +0000 |
|---|---|---|
| committer | Wango Fett <wangofett@tilde.town> | 2017-10-26 17:05:49 +0000 |
| commit | 3a8afeb369d4ef66c9b991e64febe66a35338177 (patch) | |
| tree | 460a2b88f6d5de2258ad17a319a4672afcde434d /asciifarm/keybindings/default.json | |
Pip installable!
Diffstat (limited to 'asciifarm/keybindings/default.json')
| -rw-r--r-- | asciifarm/keybindings/default.json | 17 |
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"] + } +} |
