Hold Alt and the mouse wheel cycles inventory hotbar slots instead of adjusting the club's pitch. Release Alt and the wheel goes back to adjusting club angle as normal.
Via r2modman or Thunderstore Mod Manager — search for Cray-AltScrollInventory and install.
Manual install: drop AltScrollInventory.dll into
<r2modman profile>/BepInEx/plugins/Cray-AltScrollInventory/.
Requires BepInExPack 5.4.2305.
Alt doubles as the vanilla "Walk" modifier, which remains unchanged.
Requirements: .NET SDK 7.0+, a Super Battle Golf install (Steam default path is auto-detected),
and an r2modman profile called Default if you want the auto-deploy target to work.
git clone https://github.com/Calen-Ray/SBG-alt-scroll-inventory.git
cd SBG-alt-scroll-inventory
dotnet build -c Release
The build copies the DLL into your r2modman Default profile automatically. Override the game
path or profile name by copying Developer.props.example to Developer.props and editing.
pwsh tools/package.ps1
Produces artifacts/Cray-AltScrollInventory-<version>.zip ready to upload.
MIT — see LICENSE.