Implemented toggle light (#237)

* Implemented toggle light, moved common textures to imgui_utils

* Fix compilation error.
This commit is contained in:
Hyper
2025-01-29 11:52:45 +00:00
committed by GitHub
parent aa6118b448
commit 93f120ae83
11 changed files with 626 additions and 534 deletions
+2
View File
@@ -21,6 +21,7 @@
#include <ui/achievement_overlay.h>
#include <ui/button_guide.h>
#include <ui/fader.h>
#include <ui/imgui_utils.h>
#include <ui/installer_wizard.h>
#include <ui/message_window.h>
#include <ui/options_menu.h>
@@ -1223,6 +1224,7 @@ static void CreateImGuiBackend()
ImFontAtlasSnapshot::GenerateGlyphRanges();
#endif
InitImGuiUtils();
AchievementMenu::Init();
AchievementOverlay::Init();
ButtonGuide::Init();