Interrupt / delverengine

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

Hiding Selection Outline When Out-Of-Bounds #87

Closed PythooonUser closed 4 years ago

PythooonUser commented 4 years ago

Summary

Fixes #84. Hides the selection outline when hovering over a tile that is out-of-bounds. That also includes when hovering over the menu bar. Left clicking is not affected and will still select the nearest tile.

issue-84-fix