summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2017-01-22 04:21:29 +0000
committerparamat <mat.gregory@virginmedia.com>2017-01-23 07:39:58 +0000
commit59fdf57134f62be8b8b4801c5f0fc4a2fca25f43 (patch)
tree23c23af9dbb30cf3d26fde98bbed0e8961fc92f4 /minetest.conf.example
parentd413dfe87c326385be4259afc2830e3e1638bf3c (diff)
downloadminetest-59fdf57134f62be8b8b4801c5f0fc4a2fca25f43.tar.gz
minetest-59fdf57134f62be8b8b4801c5f0fc4a2fca25f43.tar.bz2
minetest-59fdf57134f62be8b8b4801c5f0fc4a2fca25f43.zip
Zoom FOV: Reduce minimum zoom FOV to 7 degrees
The default of 15 is unchanged. 7 degrees is x10 magnification which is common for binoculars. Alter hardcoded limits in camera.cpp: Minimum 7 degrees. Maximum 160 degrees to match upper limits in advanced settings.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 515b6cfd4..642b028c7 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -502,7 +502,7 @@
# Field of view while zooming in degrees.
# This requires the "zoom" privilege on the server.
-# type: int min: 15 max: 160
+# type: int min: 7 max: 160
# zoom_fov = 15
# Adjust the gamma encoding for the light tables. Higher numbers are brighter.