1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Document zoom_fov in settingtypes.txt and minetest.conf.example

This commit is contained in:
Ben Deutsch 2016-08-02 22:47:47 +02:00 committed by est31
parent 2c31b79235
commit d1df09841d
2 changed files with 9 additions and 0 deletions

View 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