roguelike-tutorial
roguelike-tutorial copied to clipboard
Keypresses fall through.
The resulting game has a curious bug that causes key events to 'fall through', where if you open your inventory, then use an item that shares a key with a different command, the item will be used and the other command will be executed immediately after.
The source of this issue is unknown, but it is speculated to arise from the input event handler within menus.
@tomassedovic and I have already discussed this issue over email, and are putting this forward as an issue on the repo.