mirror of
https://github.com/Bloodysharp/Cheat-ImGui-Menu-Design.git
synced 2024-12-23 00:17:23 +08:00
notifications
This commit is contained in:
parent
c14ce7bbd4
commit
4d91f28523
@ -7,7 +7,7 @@ Pos=323,541
|
|||||||
Size=700,500
|
Size=700,500
|
||||||
|
|
||||||
[Window][picker]
|
[Window][picker]
|
||||||
Pos=744,374
|
Pos=1081,307
|
||||||
Size=259,285
|
Size=259,285
|
||||||
|
|
||||||
[Window][info-bar]
|
[Window][info-bar]
|
||||||
@ -15,7 +15,7 @@ Pos=1448,15
|
|||||||
Size=457,45
|
Size=457,45
|
||||||
|
|
||||||
[Window][ESP PREVIEW]
|
[Window][ESP PREVIEW]
|
||||||
Pos=1100,253
|
Pos=1262,116
|
||||||
Size=350,450
|
Size=350,450
|
||||||
|
|
||||||
[Window][##Notification]
|
[Window][##Notification]
|
||||||
|
@ -500,8 +500,8 @@ namespace render_ui
|
|||||||
{
|
{
|
||||||
ImVec2 pos = ImGui::GetWindowPos();
|
ImVec2 pos = ImGui::GetWindowPos();
|
||||||
|
|
||||||
//if (page == 0)
|
if (page == 0)
|
||||||
// {
|
{
|
||||||
ImGui::GetWindowDrawList()->AddCircleFilled(ImVec2(pos.x + 105, pos.y + 40), 20, ImColor(26, 30, 29), 100);
|
ImGui::GetWindowDrawList()->AddCircleFilled(ImVec2(pos.x + 105, pos.y + 40), 20, ImColor(26, 30, 29), 100);
|
||||||
|
|
||||||
ImGui::GetWindowDrawList()->AddText(font::lexend_regular, 16, ImVec2(pos.x + 135, pos.y + 25), ImColor(255, 255, 255), "Visual");
|
ImGui::GetWindowDrawList()->AddText(font::lexend_regular, 16, ImVec2(pos.x + 135, pos.y + 25), ImColor(255, 255, 255), "Visual");
|
||||||
@ -525,7 +525,7 @@ namespace render_ui
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::EndGroup();
|
ImGui::EndGroup();
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Byte()
|
void Byte()
|
||||||
|
Loading…
Reference in New Issue
Block a user