Igor-Lira / bee-empire

A strategy multiplayer game to expand your bee empire over enemies corners.
MIT License
5 stars 2 forks source link

Select Bees #7

Closed Igor-Lira closed 5 months ago

Igor-Lira commented 7 months ago

Expected behaviour: we can select a bee by clicking on it.

Today's behaviour: we can only select a bee by dragging the mouse.

Possible solution: get the point X, Y on click. Check if this point intersects a bee. That is a point-square intersection to be checked.