mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
fix(editor): update minimap legend with hole indicator
This commit is contained in:
parent
aed6e00aac
commit
312a7e03e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1727,7 +1727,7 @@ void EditorUI::renderMinimap(EditorApp& app) {
|
|||
dl2->AddCircleFilled(ImVec2(legPos.x + 5, legPos.y + 5), 3, IM_COL32(255, 220, 50, 200));
|
||||
dl2->AddCircleFilled(ImVec2(legPos.x + 45, legPos.y + 5), 3, IM_COL32(255, 60, 60, 200));
|
||||
dl2->AddCircleFilled(ImVec2(legPos.x + 100, legPos.y + 5), 3, IM_COL32(60, 200, 60, 200));
|
||||
ImGui::Text(" Obj Hostile Friendly + Cam");
|
||||
ImGui::Text(" Obj Hostile Friendly +Cam H=Hole");
|
||||
}
|
||||
ImGui::End();
|
||||
ImGui::PopStyleVar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue