diff --git a/appdata/il2cpp-classes.h b/appdata/il2cpp-classes.h index c4c3322f..4c24be6d 100644 --- a/appdata/il2cpp-classes.h +++ b/appdata/il2cpp-classes.h @@ -9,4 +9,4 @@ DO_APP_CLASS(GameOptionsData, "Assembly-CSharp, GameOptionsData"); DO_APP_CLASS(Camera, "UnityEngine.CoreModule, UnityEngine.Camera"); DO_APP_CLASS(LobbyBehaviour, "Assembly-CSharp, LobbyBehaviour"); DO_APP_CLASS(SaveManager, "Assembly-CSharp, SaveManager"); -DO_APP_CLASS(DestroyableSingleton_1_RoleManager_, "Assembly-CSharp, DestroyableSingleton_1_RoleManager_"); \ No newline at end of file +//DO_APP_CLASS(DestroyableSingleton_1_RoleManager_, "Assembly-CSharp, DestroyableSingleton_1_RoleManager_"); \ No newline at end of file diff --git a/gui/menu.cpp b/gui/menu.cpp index deed69b3..6764718d 100644 --- a/gui/menu.cpp +++ b/gui/menu.cpp @@ -19,9 +19,9 @@ namespace Menu { void Init() { #ifdef _DEBUG - ImGui::SetNextWindowSize(ImVec2(500, 280), ImGuiCond_Once); + ImGui::SetNextWindowSize(ImVec2(500, 300), ImGuiCond_Once); #else - ImGui::SetNextWindowSize(ImVec2(440, 280), ImGuiCond_Once); + ImGui::SetNextWindowSize(ImVec2(440, 300), ImGuiCond_Once); #endif ImGui::SetNextWindowBgAlpha(1.F); } diff --git a/hooks/DirectX.cpp b/hooks/DirectX.cpp index 21554197..62447038 100644 --- a/hooks/DirectX.cpp +++ b/hooks/DirectX.cpp @@ -103,7 +103,7 @@ bool ImGuiInitialization(IDXGISwapChain* pSwapChain) { ImGuiIO& io = ImGui::GetIO(); io.Fonts->ClearFonts(); ImFontConfig config; - io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\Arial.ttf", 15, &config, io.Fonts->GetGlyphRangesCyrillic()); + io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\Arial.ttf", 14, &config, io.Fonts->GetGlyphRangesCyrillic()); io.Fonts->Build(); io.ConfigFlags = ImGuiConfigFlags_NoMouseCursorChange; ImGui_ImplWin32_Init(window); diff --git a/user/gitparams.h b/user/gitparams.h index 3a76f110..448d960c 100644 --- a/user/gitparams.h +++ b/user/gitparams.h @@ -1,2 +1,2 @@ -#define GIT_CUR_COMMIT 68a2089d212e5058138387a4202ead7f92350570 +#define GIT_CUR_COMMIT 7dca97469a6412e2940cc900b93419e3dd006019 #define GIT_BRANCH main diff --git a/user/state.hpp b/user/state.hpp index b8fd7b7f..344ee5e1 100644 --- a/user/state.hpp +++ b/user/state.hpp @@ -104,7 +104,7 @@ class Settings { bool FakeCameraUsage = false; - ImVec4 SelectedColor = ImVec4(0.502f, 0.075f, 0.256f, 0.5f); + ImVec4 SelectedColor = ImVec4(1.f, 1.f, 1.f, 0.75f); int SelectedColorId = 0; std::string originalName = "-";