OptimusPi / SKO

Stick Knights Online - 2D Side-Scroller Stickman Online Role Playing Game
GNU General Public License v3.0
10 stars 1 forks source link

GUI interactions with shops are sometimes blocked by invisible elements #47

Open OptimusPi opened 5 years ago

OptimusPi commented 5 years ago

image

OptimusPi commented 5 years ago

In the given screenshot, the bank did not open after clicking because a GUI element was detected as being hit, even though not visible.

This kind of bug should be irrelevant after a proper GUI refactor.

LeeHorobin commented 2 years ago

I believe this occurs when the player is close to the shop. Attempts to interact with the player instead of the shop. Believe related to #52 and #53