OsirisAndExtra
OsirisAndExtra copied to clipboard
how can i change the color of gui
how can i change gui color on source code help pls
https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228
how can i change gui color on source code help pls
Change the values in: Style->Colors[ImGuiCol_WindowBg] = ImColor(0, 0, 0, 0);
I could be wrong but try that then try the childbg I can’t remember which one it is
https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228
no bro i think its in imgui draw cpp but i cant find
https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228
no bro i think its in imgui draw cpp but i cant find
u can't find this, means its moved somewhere. have u tried change that what i marked for u?
its in GUI.cpp Style->Colors[ImGuiCol_ChildBg] = ImColor(25, 30, 34); or around there. it works for me
https://github.com/notgoodusename/OsirisAndExtra/blob/main/Osiris/GUI.cpp#L2228
no bro i think its in imgui draw cpp but i cant find
Its not, it is in GUI.CPP