From 5bd11fd1914ea6744852b78047b207e521a304f1 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 6 Sep 2018 18:51:15 +0200 Subject: made menus switchable so not all menus need to be in view all the time --- asciifarm/keybindings/keybindings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'asciifarm/keybindings/keybindings.json') 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"]], -- cgit