summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/azerty.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
committertroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
commitdd07ff4d686f07cdc9736627dd0ef099ef5e4e4f (patch)
treef43310b3779a95efd74a40ba8139cf146ad49051 /asciifarm/keybindings/azerty.json
parentc9366616079240cd7ee3d243c9f6897d40b4267d (diff)
new directory structure for the separate client repo
Diffstat (limited to 'asciifarm/keybindings/azerty.json')
-rw-r--r--asciifarm/keybindings/azerty.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/asciifarm/keybindings/azerty.json b/asciifarm/keybindings/azerty.json
deleted file mode 100644
index 3d69d07..0000000
--- a/asciifarm/keybindings/azerty.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "templates": ["default"],
- "actions": {
- "z": ["move", "north"],
- "w": null,
- "W": null,
- "q": ["move", "west"],
- "a": ["drop"],
- "A": ["take"],
- "Z": ["input", ["attack", ["north"]]],
- "Q": ["input", ["attack", ["west"]]]
- },
- "help": "Controls:\n aqsd or arrows: Move around\n e: Grab\n q: Drop selected\n r: Interact\n f: Attack\n t: Chat\n E: Use selected\n A: Take selected\n xc: select item\n vb: select menu\n ctrl-c: close client"
-}