Hi, I want to make a quick menu that's accessible during gameplay and can be enabled while holding a key, so the player can select an item with the arrows. Then on release, the item gets selected.
A little gif showing the intended result:

Now, I've tried with ItemList, and with an HBoxContainer with buttons and adding focus logic, but it lead to unintended results.
I'm completely lost in what should I do, if someone can point me in the right direction, it'd be really appreciated.