Merge pull request #217 from TakaRikka/feature/no-miss-animation

No Climbing Miss Animation toggle, similar to TPHD
This commit is contained in:
TakaRikka
2026-04-04 15:54:57 -07:00
committed by GitHub
4 changed files with 20 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@ namespace dusk {
ImGui::SetTooltip("Quicker climbing on ladders and vines like the HD version");
}
ImGui::Checkbox("No Climbing Miss Animation", &getSettings().game.noMissClimbing);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Prevents Link from playing a struggle animation\n"
"when using the Clawshot on vines at a weird angle");
}
ImGui::Checkbox("Faster Tears of Light", &getSettings().game.fastTears);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Tears of Light dropped by Shadow Insects pop out faster like the HD version");