From d1df09841d0eac7a88f638676b80ec848522cca5 Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Tue, 2 Aug 2016 22:47:47 +0200 Subject: Document zoom_fov in settingtypes.txt and minetest.conf.example --- minetest.conf.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 139909d29..03a917a39 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -496,6 +496,11 @@ # 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 -- cgit v1.2.3