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
+1
View File
@@ -58,6 +58,7 @@ struct UserSettings {
// Cheats
ConfigVar<bool> enableFastIronBoots;
ConfigVar<bool> canTransformAnywhere;
ConfigVar<bool> fastSpinner;
// Technical
ConfigVar<bool> restoreWiiGlitches;