mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 08:05:21 -07:00
Merge fix, tooltip tweak
This commit is contained in:
parent
0e288fc55d
commit
bfc524c6ef
1 changed files with 4 additions and 5 deletions
|
@ -2003,17 +2003,16 @@ namespace SohImGui {
|
||||||
{
|
{
|
||||||
EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
|
EnhancementCheckbox("Quest Item Fanfares", "gRandoQuestItemFanfares");
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"Play unique fanfares when obtaining quest items"
|
"Play unique fanfares when obtaining quest items "
|
||||||
"(medallions/stones/songs). Note that these fanfares"
|
"(medallions/stones/songs). Note that these fanfares are longer than usual."
|
||||||
"are longer than usual."
|
|
||||||
);
|
);
|
||||||
PaddedEnhancementCheckbox("Random Rupee Names", "gRandomizeRupeeNames", true, false);
|
PaddedEnhancementCheckbox("Random Rupee Names", "gRandomizeRupeeNames", true, false);
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"When obtaining rupees, randomize what the rupee is called in the textbox."
|
"When obtaining rupees, randomize what the rupee is called in the textbox."
|
||||||
|
);
|
||||||
PaddedEnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi", true, false);
|
PaddedEnhancementCheckbox("Rando-Relevant Navi Hints", "gRandoRelevantNavi", true, false);
|
||||||
Tooltip(
|
Tooltip(
|
||||||
"Replace Navi's overworld quest hints with rando-"
|
"Replace Navi's overworld quest hints with rando-related gameplay hints."
|
||||||
"related gameplay hints."
|
|
||||||
);
|
);
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue