Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 81 forks source link

Selection Active When In Menu #84

Closed PythooonUser closed 4 years ago

PythooonUser commented 4 years ago

Summary

The tile selection still follows the mouse cursor even when hovering over the menu bar. I would expect the selection to be not active.

top-menu-selection-wrong

joshuaskelly commented 4 years ago

I believe it is trying to find the closest tile to the cursor. We could turn that off when the cursor is outside the bounds of the level?

PythooonUser commented 4 years ago

Yes, I think that would be more consistent. Could also be an option for #81.