fast spinner cheat impl

just makes it so holding R while on the spinner increases its speed to 60 units
This commit is contained in:
CraftyBoss
2026-04-06 18:26:33 -07:00
parent 287cd21f71
commit e4de461e7a
4 changed files with 18 additions and 0 deletions
+5
View File
@@ -101,6 +101,11 @@ namespace dusk {
ImGui::SetTooltip("Allows you to transform even if NPCs are looking");
}
config::ImGuiCheckbox("Fast Spinner", getSettings().game.fastSpinner);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Speeds up Spinner movement when holding R.");
}
ImGui::EndMenu();
}