v1.0.0.2: Red direction arrow on minimap pointing to player flag

Made-with: Cursor
This commit is contained in:
2026-02-26 21:23:17 -05:00
parent 4b2c337695
commit 31ab36d645
6 changed files with 69 additions and 10 deletions
+3
View File
@@ -280,6 +280,9 @@ public class MinimapOptionsTab : ITabItem
configChanged |= ImGui.Checkbox("Show FATE Direction Arrows", ref System.SystemConfig.MinimapShowFateDirectionArrows);
if (ImGui.IsItemHovered(ImGuiHoveredFlags.AllowWhenDisabled))
ImGui.SetTooltip("Show purple arrows at the edge of the minimap pointing toward nearby FATEs.");
configChanged |= ImGui.Checkbox("Show Flag Direction Arrow", ref System.SystemConfig.MinimapShowFlagDirectionArrow);
if (ImGui.IsItemHovered(ImGuiHoveredFlags.AllowWhenDisabled))
ImGui.SetTooltip("Show a red arrow at the edge of the minimap pointing toward your placed flag.");
configChanged |= ImGui.Checkbox("Show Quest Area Radius", ref System.SystemConfig.MinimapShowQuestAreaRadius);
if (ImGui.IsItemHovered(ImGuiHoveredFlags.AllowWhenDisabled))
ImGui.SetTooltip("Show quest objective area circles on the minimap (same as on the Area Map).");