diff options
| author | Archez <Archez@users.noreply.github.com> | 2025-02-24 14:34:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 14:34:41 -0500 |
| commit | 8c48ed41ab4b07be9a3f9665220d36742cdd0ee3 (patch) | |
| tree | 898548457104f85e15906b8b7ae4dbf955eed0b2 /mm/2s2h/BenGui/BenMenu.cpp | |
| parent | 7110648ebfd118c9bf6941f2349199608240918b (diff) | |
Add missing window entry for cosmetic editor (#1010)
Diffstat (limited to 'mm/2s2h/BenGui/BenMenu.cpp')
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index ab8883a52..8c3b0f114 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -1253,6 +1253,16 @@ void BenMenu::AddEnhancements() { .Tooltip("Enables the HUD Editor window, allowing you to modify your HUD") .Size(Sizes::Inline)); + // Cosmetics Editor + path = { "Enhancements", "Cosmetic Editor", 1 }; + AddSidebarEntry("Enhancements", "Cosmetic Editor", 1); + AddWidget(path, "Popout Cosmetic Editor", WIDGET_WINDOW_BUTTON) + .CVar("gWindows.CosmeticEditor") + .WindowName("Cosmetic Editor") + .Options(ButtonOptions() + .Tooltip("Enables the Cosmetic Editor window, allowing you to modify various colors in the game") + .Size(Sizes::Inline)); + // Item Tracker Settings path = { "Enhancements", "Item Tracker", 1 }; AddSidebarEntry("Enhancements", "Item Tracker", 1); |
