Skip to content

Commit

Permalink
feedback update
Browse files Browse the repository at this point in the history
Co-Authored-By: Garrett Cox <[email protected]>
  • Loading branch information
mckinlee and garrettjoecox committed Jan 6, 2025
1 parent 3964111 commit ee9290d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions mm/2s2h/BenGui/BenMenuBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,10 @@ void DrawEnhancementsMenu() {

if (UIWidgets::BeginMenu("TimeSavers")) {
UIWidgets::CVarCheckbox(
"Faster Swamp Boat", "gEnhancements.Timesavers.SwampBoatSpeed",
{ .tooltip = "Hold Z to speed up boat rides. For archery, requires a score of 20+ first." });
"Swamp Boat Timesaver", "gEnhancements.Timesavers.SwampBoatSpeed",
{ .tooltip = "Pictograph Tour: Hold Z to speed up the boat. Archery: Score 20 points to unlock boat "
"speed up for future attempts. When reaching 20 points, you'll be automatically "
"transported back to Koume, completing the minigame." });

ImGui::EndMenu();
}
Expand Down
6 changes: 4 additions & 2 deletions mm/2s2h/BenGui/SearchableMenuItems.h
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,10 @@ void AddEnhancements() {
WIDGET_CVAR_CHECKBOX } },
// Other
{ { .widgetName = "Other", .widgetType = WIDGET_SEPARATOR_TEXT },
{ "Faster Swamp Boat", "gEnhancements.Timesavers.SwampBoatSpeed",
"Hold Z to speed up boat rides. For archery, requires a score of 20+ first.",
{ "Swamp Boat Timesaver", "gEnhancements.Timesavers.SwampBoatSpeed",
"Pictograph Tour: Hold Z to speed up the boat. Archery: Score 20 points to unlock boat speed up for "
"future attempts. When reaching 20 points, you'll be automatically transported back to Koume, "
"completing the minigame.",
WIDGET_CVAR_CHECKBOX } } } });
enhancementsSidebar.push_back(
{ "Fixes",
Expand Down

0 comments on commit ee9290d

Please sign in to comment.