Commit d1df098 1 parent 2c31b79 commit d1df098 Copy full SHA for d1df098
File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,10 @@ vsync (V-Sync) bool false
435
435
# Field of view in degrees.
436
436
fov (Field of view) int 72 30 160
437
437
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
+
438
442
# Adjust the gamma encoding for the light tables. Lower numbers are brighter.
439
443
# This setting is for the client only and is ignored by the server.
440
444
display_gamma (Gamma) float 1.8 1.0 3.0
Original file line number Diff line number Diff line change 496
496
# type: int min: 30 max: 160
497
497
# fov = 72
498
498
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
+
499
504
# Adjust the gamma encoding for the light tables. Lower numbers are brighter.
500
505
# This setting is for the client only and is ignored by the server.
501
506
# type: float min: 1 max: 3
You can’t perform that action at this time.
0 commit comments