Skip to content

Commit d1df098

Browse files
bendeutschest31
authored andcommitted
Document zoom_fov in settingtypes.txt and minetest.conf.example
1 parent 2c31b79 commit d1df098

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

builtin/settingtypes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,10 @@ vsync (V-Sync) bool false
435435
# Field of view in degrees.
436436
fov (Field of view) int 72 30 160
437437

438+
# Field of view while zooming in degrees.
439+
# This requires the "zoom" privilege on the server.
440+
zoom_fov (Field of view for zoom) int 15 15 160
441+
438442
# Adjust the gamma encoding for the light tables. Lower numbers are brighter.
439443
# This setting is for the client only and is ignored by the server.
440444
display_gamma (Gamma) float 1.8 1.0 3.0

minetest.conf.example

+5
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@
496496
# type: int min: 30 max: 160
497497
# fov = 72
498498

499+
# Field of view while zooming in degrees.
500+
# This requires the "zoom" privilege on the server.
501+
# type: int min: 15 max: 160
502+
# zoom_fov = 15
503+
499504
# Adjust the gamma encoding for the light tables. Lower numbers are brighter.
500505
# This setting is for the client only and is ignored by the server.
501506
# type: float min: 1 max: 3

0 commit comments

Comments
 (0)