blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 11 forks source link

Fade FlatMap markers if mouse nears a waypoint. #47

Open dlamkins opened 3 years ago

dlamkins commented 3 years ago

Markers can cover up the waypoints making them difficult to see:

image

REF: https://discord.com/channels/531175899588984842/599270434642460753/889229690492035122

Consider reducing our marker opacity when we know the mouse is near a waypoint.

We'll need to pull from the API the location of each of the waypoints on the current map for this feature.