mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Adds some newlines to the Tooltip
This commit is contained in:
parent
ff4966f146
commit
de7800ab9e
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ namespace SohImGui {
|
||||||
EnhancementCheckbox("Fix Two Handed idle animations", "gTwoHandedIdle");
|
EnhancementCheckbox("Fix Two Handed idle animations", "gTwoHandedIdle");
|
||||||
Tooltip("Makes two handed idle animation play, a seemingly finished animation that was disabled on accident in the original game");
|
Tooltip("Makes two handed idle animation play, a seemingly finished animation that was disabled on accident in the original game");
|
||||||
EnhancementCheckbox("Fix the Gravedigging Tour Glitch", "gGravediggingTourFix");
|
EnhancementCheckbox("Fix the Gravedigging Tour Glitch", "gGravediggingTourFix");
|
||||||
Tooltip("Fixes a vanilla bug where you can permanently miss the Gravedigging Tour Heart Piece in Kakariko Graveyard if you spawn the Heart Piece and leave without picking it up");
|
Tooltip("Fixes a vanilla bug where you can permanently miss the Gravedigging Tour\nHeart Piece in Kakariko Graveyard if you spawn the Heart Piece and leave\nwithout picking it up");
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue