You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: