diff options
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"] + } +} |
