mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add FOV slider to settings, expand combat chat tab with skills/achievements/NPC speech
This commit is contained in:
parent
861bb3404f
commit
2f1c9eb01b
2 changed files with 27 additions and 2 deletions
|
|
@ -109,6 +109,7 @@ private:
|
|||
float pendingMouseSensitivity = 0.2f;
|
||||
bool pendingInvertMouse = false;
|
||||
bool pendingExtendedZoom = false;
|
||||
float pendingFov = 70.0f; // degrees, default matches WoW's ~70° horizontal FOV
|
||||
int pendingUiOpacity = 65;
|
||||
bool pendingMinimapRotate = false;
|
||||
bool pendingMinimapSquare = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue