Add proportional zoom and reduced default max zoom with extended toggle

Zoom speed now scales with distance for fine control near the character.
Default max zoom out reduced from 50 to 33 units. New "Extended Camera
Zoom" toggle in Gameplay settings restores the full 50-unit range.
This commit is contained in:
Kelsi 2026-02-23 08:09:27 -08:00
parent 5cfb0817ed
commit b70f08d14f
4 changed files with 26 additions and 4 deletions

View file

@ -94,6 +94,7 @@ private:
int pendingActivityVolume = 100;
float pendingMouseSensitivity = 0.2f;
bool pendingInvertMouse = false;
bool pendingExtendedZoom = false;
int pendingUiOpacity = 65;
bool pendingMinimapRotate = false;
bool pendingMinimapSquare = false;