diff options
| author | troido <troido@hotmail.com> | 2017-12-30 15:35:38 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-12-30 15:35:38 +0100 |
| commit | f62cb51a6b69abb48b76db8b3166f94bcfe66ba2 (patch) | |
| tree | 4cfa8355f28bca01334c6f1432a740a979bbd2cf /asciifarm/client/keybindings.hy | |
| parent | 705bc3ea52c52f13bddf0946bdb77a5a3fef77c6 (diff) | |
keybinding docs now in keybindings file
Diffstat (limited to 'asciifarm/client/keybindings.hy')
| -rw-r--r-- | asciifarm/client/keybindings.hy | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/asciifarm/client/keybindings.hy b/asciifarm/client/keybindings.hy index 579ca2c..a0f392d 100644 --- a/asciifarm/client/keybindings.hy +++ b/asciifarm/client/keybindings.hy @@ -26,3 +26,17 @@ (input ["attack" "east"]) (input ["attack" "west"])]) "t" (fn [client] (client.readString)) }) + +(setv docs "\ +Controls: + wasd or arrows: + Move around + e: Grab + q: Drop + E: Use + r: Interact + f: Attack + t: Chat + z: Unequip + xcv: scroll") + |
