Skip to content

Commit

Permalink
Document zoom_fov in settingtypes.txt and minetest.conf.example
Browse files Browse the repository at this point in the history
  • Loading branch information
bendeutsch authored and est31 committed Aug 10, 2016
1 parent 2c31b79 commit d1df098
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/settingtypes.txt
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions minetest.conf.example
Expand Up @@ -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
Expand Down

0 comments on commit d1df098

Please sign in to comment.