Adds some newlines to the Tooltip

This commit is contained in:
Christopher Leggett 2022-05-20 08:20:24 -04:00
commit de7800ab9e
No known key found for this signature in database
GPG key ID: 7093AE5FF7037D79

View file

@ -706,7 +706,7 @@ namespace SohImGui {
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");
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();
}