1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-02 05:45:19 +01:00

Fix some setting documentation

* Horizontal and vertical are used wrongly. Use height and width because
	horizontal/vertical describes different things. Thanks @kilbith for pointing out.
* Update minetest.conf.example and settings_translation_file.cpp
* Correct maximum/minimum copy paste mistake.
This commit is contained in:
est31
2015-12-10 18:25:28 +01:00
parent a64d78a37e
commit 8e3602f694
3 changed files with 45 additions and 33 deletions

View File

@@ -451,15 +451,15 @@
# viewing_range_nodes_max = 160
# The allowed adjustment range for the automatic rendering range adjustment.
# Set this to be equal to viewing range minimum to disable the auto-adjustment algorithm.
# Set this to be equal to viewing range maximum to disable the auto-adjustment algorithm.
# type: int
# viewing_range_nodes_min = 35
# Vertical initial window size.
# Width component of the initial window size.
# type: int
# screenW = 800
# Horizontal initial window size.
# Height component of the initial window size.
# type: int
# screenH = 600
@@ -1243,7 +1243,7 @@
# 6 = "Mandy Cousin" julia set.
# 7 = "Variation" mandelbrot set.
# 8 = "Variation" julia set.
# type: int
# type: int min: 1 max: 8
# mgfractal_formula = 1
# Iterations of the recursive function.