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 --- builtin/settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'builtin/settingtypes.txt') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index b5878dfe8..864485cce 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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 -- cgit v1.2.3