From 3a8afeb369d4ef66c9b991e64febe66a35338177 Mon Sep 17 00:00:00 2001 From: Wango Fett Date: Thu, 26 Oct 2017 17:05:49 +0000 Subject: Pip installable! --- asciifarm/keybindings/default.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 asciifarm/keybindings/default.json (limited to 'asciifarm/keybindings/default.json') 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"] + } +} -- cgit