no sword recoil enhancement

This commit is contained in:
TakaRikka
2026-04-04 02:59:53 -07:00
parent 7d41421702
commit 0d1e680ddd
4 changed files with 15 additions and 0 deletions
+5
View File
@@ -27,6 +27,11 @@ namespace dusk {
ImGui::SetTooltip("Rupees won't play cutscenes after you've collected them the first time");
}
ImGui::Checkbox("No Sword Recoil", &getSettings().game.noSwordRecoil);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Link won't recoil when his sword hits walls");
}
ImGui::Checkbox("Hide TV Settings Screen", &getSettings().game.hideTvSettingsScreen);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Hides the TV calibration screen shown when loading a save");