Document zoom_fov in settingtypes.txt and minetest.conf.example
authorBen Deutsch <ben@bendeutsch.de>
Tue, 2 Aug 2016 20:47:47 +0000 (22:47 +0200)
committerest31 <MTest31@outlook.com>
Wed, 10 Aug 2016 10:18:25 +0000 (12:18 +0200)
builtin/settingtypes.txt
minetest.conf.example

index b5878dfe89d5ebbe6840a0152eaea2a00c7e7008..864485ccef3863d1f8eca50fe4a95e33d0f999c6 100644 (file)
@@ -435,6 +435,10 @@ vsync (V-Sync) bool false
 #    Field of view in degrees.
 fov (Field of view) int 72 30 160
 
+#    Field of view while zooming in degrees.
+#    This requires the "zoom" privilege on the server.
+zoom_fov (Field of view for zoom) int 15 15 160
+
 #    Adjust the gamma encoding for the light tables. Lower numbers are brighter.
 #    This setting is for the client only and is ignored by the server.
 display_gamma (Gamma) float 1.8 1.0 3.0
index 139909d29af65929437c73ed614f64fddde8e640..03a917a39fe1888ab34282b2ecf328b7b6ce25fe 100644 (file)
 #    type: int min: 30 max: 160
 # fov = 72
 
+#    Field of view while zooming in degrees.
+#    This requires the "zoom" privilege on the server.
+#    type: int min: 15 max: 160
+# zoom_fov = 15
+
 #    Adjust the gamma encoding for the light tables. Lower numbers are brighter.
 #    This setting is for the client only and is ignored by the server.
 #    type: float min: 1 max: 3