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
Describe the bug
Certain actions (e.g. examine, open) call choose_adjacent_highlight which highlights the locations that can be interacted with for that action when in Curses mode. Following the sidebar changes, this highlight is offset.
To Reproduce
Steps to reproduce the behavior:
Use Curses mode
Stand next to a door
Press the key to open a door (default o)
Notice that the highlight is offset
Expected behavior
The highlight should be drawn in the same location as the thing being highlighted.
Screenshots before
after, notice the brown + offset to the right
Versions and configuration(please complete the following information):
OS: Windows 10
Game Version: 0.D-1371-g46cfae9ca7
Graphics version: Tiles (with tiles disabled in the options menu)
Mods loaded: default
The text was updated successfully, but these errors were encountered:
After the sidebar update, ASCII versions had lots of highlights off
center. This adds the sidebar offset onto the highlight. They were
shifted off to the right due to the new sidebar changes. Things
affected: open, close, examine, maybe more.
closesCleverRaven#29256
Describe the bug
Certain actions (e.g. examine, open) call
choose_adjacent_highlight
which highlights the locations that can be interacted with for that action when in Curses mode. Following the sidebar changes, this highlight is offset.To Reproduce
Steps to reproduce the behavior:
o
)Expected behavior
The highlight should be drawn in the same location as the thing being highlighted.
Screenshots
before
after, notice the brown + offset to the right
Versions and configuration(please complete the following information):
The text was updated successfully, but these errors were encountered: