Gyro aim: Revise menu tooltip

Now uses proper item names, sorted by a casual playthrough's unlock order
This commit is contained in:
Irastris
2026-04-12 19:52:02 -04:00
parent b5bb6bf53a
commit 207e358435
+1 -1
View File
@@ -111,7 +111,7 @@ namespace dusk {
config::ImGuiCheckbox("Gyro Aim", getSettings().game.enableGyroAim);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Enables the gyroscope on supported controllers while aiming the\n"
"bow, boomerang, hookshot, copy rod, and iron ball.");
"Slingshot, Gale Boomerang, Hero's Bow, Clawshot(s), Ball and Chain, and Dominion Rod.");
}
config::ImGuiSliderFloat("Gyro Sensitivity", getSettings().game.gyroAimSensitivity, 0.25f, 4.0f, "%.2f");