diff options
| author | troido <troido@hotmail.com> | 2018-01-14 21:27:46 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-01-14 21:27:46 +0100 |
| commit | 0c8eb598ddd5091c900debc972c4607916a5e2e3 (patch) | |
| tree | 9758cd3c1951f30ad80f134c737040b9b6ba215f /asciifarm/keybindings | |
| parent | 67bc9545b627c61fb5cfb1eab502d702b83cc488 (diff) | |
added rats as source of seeds. fixed default char error. brought WASD for directional attacks back
Diffstat (limited to 'asciifarm/keybindings')
| -rw-r--r-- | asciifarm/keybindings/keybindings.hy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asciifarm/keybindings/keybindings.hy b/asciifarm/keybindings/keybindings.hy index 36f60ef..ee924a9 100644 --- a/asciifarm/keybindings/keybindings.hy +++ b/asciifarm/keybindings/keybindings.hy @@ -25,6 +25,11 @@ f (do [ (inp ["attack" "south"]) (inp ["attack" "east"]) (inp ["attack" "west"])]) +F (inp ["attack"]) +W (inp ["attack" "north"]) +S (inp ["attack" "south"]) +D (inp ["attack" "east"]) +A (inp ["attack" "west"]) t (self.parseMessage (self.display.getString)) NEWLINE (self.parseMessage (self.display.getString)) KEY_PPAGE (self.display.scrollBack 1) |
