diff options
| author | troido <troido@protonmail.com> | 2018-09-06 18:51:15 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2018-09-06 18:51:15 +0200 |
| commit | 5bd11fd1914ea6744852b78047b207e521a304f1 (patch) | |
| tree | d60947313eb14470be2e91b1f4975ab933059278 /asciifarm/keybindings/keybindings.json | |
| parent | 6c3ff03ab92c2d4493355fdbb31a7ababbba97f4 (diff) | |
made menus switchable so not all menus need to be in view all the time
Diffstat (limited to 'asciifarm/keybindings/keybindings.json')
| -rw-r--r-- | asciifarm/keybindings/keybindings.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/asciifarm/keybindings/keybindings.json b/asciifarm/keybindings/keybindings.json index f43515e..d2148e5 100644 --- a/asciifarm/keybindings/keybindings.json +++ b/asciifarm/keybindings/keybindings.json @@ -23,9 +23,10 @@ ["input", ["interact", "south"]], ["input", ["interact", "east"]], ["input", ["interact", "west"]]]], -"c": ["select", "inventory", 1, true, true], -"x": ["select", "ground", 1, true, true], -"v": ["select", "equipment", 1, true, true], +"x": ["selectitem", -1, true, true], +"c": ["selectitem", 1, true, true], +"v": ["selectwidget", -1, true, true], +"b": ["selectwidget", 1, true, true], "f": ["do", [ ["input", ["attack"]], ["input", ["attack", "north"]], |
