mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
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:
parent
5cfb0817ed
commit
b70f08d14f
4 changed files with 26 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue