v1.0.0.11: Player/NPC tracking on minimap with Show Players and NPCs toggle

Made-with: Cursor
This commit is contained in:
2026-02-28 21:11:40 -05:00
parent 1cccf8967a
commit 3afa7af645
6 changed files with 58 additions and 3 deletions
@@ -55,6 +55,8 @@ public partial class MapRenderer
DrawMinimapGatheringMarkers(contentTopLeft, TexToContent, size);
// Party / alliance members (same marker as main map)
DrawMinimapGroupMembers(contentTopLeft, TexToContent, size, scaleFactor, offsetX, offsetY);
// Player / NPC tracking (other players, enemies, bosses, etc.)
DrawMinimapGameObjects(contentTopLeft, TexToContent, size, scaleFactor, offsetX, offsetY);
// User flag
DrawMinimapFlag(contentTopLeft, TexToContent, scaleFactor, offsetX, offsetY);
// Temporary (quest objectives, etc.)