Add ability to rotate link on the collection screen

This commit is contained in:
Phillip Stephens
2026-04-22 22:58:38 -07:00
parent fff5fd163b
commit 48cb56c19e
4 changed files with 16 additions and 0 deletions
+5
View File
@@ -191,6 +191,11 @@ namespace dusk {
ImGui::SetTooltip("Restores patched glitches from Wii USA 1.0,\n"
"the first released version.");
}
config::ImGuiCheckbox("Enable Rotating Link Doll", getSettings().game.enableLinkDollRotation);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Enables Rotating Link in the collection menu");
}
ImGui::SeparatorText("Difficulty");