diff options
author | cora <coradelamouche@gmx.ch> | 2023-06-26 00:29:47 +0200 |
---|---|---|
committer | cora <coradelamouche@gmx.ch> | 2023-06-26 00:29:47 +0200 |
commit | b5d24ef1581b0b1e1b1c95dbb48a0388cd071b05 (patch) | |
tree | 37374ffc1de7fbfd895f600f21424804822317a8 /builtin | |
parent | 3345dca419af3c52cf60543758f5b3278c90690a (diff) | |
download | dragonfireclient-zoom_priv.tar.xz |
Add setting to make zoom FOV configurablezoom_priv
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 7dc3843e3..6257ea64e 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2331,6 +2331,9 @@ priv_bypass (PrivBypass) bool true zoom_bypass (ZoomBypass) bool true +# The zoom FOV when using ZoomBypass. Lower values mean more zoom. Default: 15.0 +zoom_bypass_fov (ZoomBypass FOV) float 15.0 + fastdig (FastDig) bool false fastplace (FastPlace) bool false |