Artemis minimap circle mask overrides Wynnlib side indicator
Incompleteusern opened this issue ยท 4 comments
Is Wynnlib having what is effectively their own overlays? If wo, we could consider submitting a PR that implements an "API" for Wynnlib so we a) at least could know about their screen coordinate, and b) potentially also modify them. If the route including b) would be accepted, then we could make a "proxy overlay" that allows us to adjust the Wynnlib overlays as well. If only a) is accepted, we can at least show in the overlay placement screen where immovable info boxes are.
The main problem here is with the depth mask not working well enough imo, and moving their overlay is a hacky solution.
But if we both write to the same location on the screen, the results will be messy regardless of depth mask. Or am I misunderstanding something here?