mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 04:06:03 +08:00
Update Menu.hpp
This commit is contained in:
@ -135,6 +135,9 @@ void InitImGui(LPDIRECT3DDEVICE9 pDevice)
|
|||||||
style->WindowRounding = 6;
|
style->WindowRounding = 6;
|
||||||
|
|
||||||
float alpha = 0.6f; //other colors -> imgui_widgets.cpp
|
float alpha = 0.6f; //other colors -> imgui_widgets.cpp
|
||||||
|
#ifdef OLDSTYLE
|
||||||
|
alpha = 1.0f;
|
||||||
|
#endif
|
||||||
style->Colors[ImGuiCol_FrameBg] = ImVec4(0.463f, 0.463f, 0.463f, alpha); //1
|
style->Colors[ImGuiCol_FrameBg] = ImVec4(0.463f, 0.463f, 0.463f, alpha); //1
|
||||||
style->Colors[ImGuiCol_TitleBgActive] = ImVec4(0.635f, 0.635f, 0.635f, alpha);
|
style->Colors[ImGuiCol_TitleBgActive] = ImVec4(0.635f, 0.635f, 0.635f, alpha);
|
||||||
style->Colors[ImGuiCol_TitleBg] = ImVec4(0.635f, 0.635f, 0.635f, alpha);
|
style->Colors[ImGuiCol_TitleBg] = ImVec4(0.635f, 0.635f, 0.635f, alpha);
|
||||||
|
Reference in New Issue
Block a user