summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorCraig Robbins <kde.psych@gmail.com>2014-12-14 21:28:08 +1000
committerCraig Robbins <kde.psych@gmail.com>2014-12-31 02:44:31 +1000
commit3d29be24e089b1c267409f05b897ce3f03e99a07 (patch)
tree56ecebfe323bf37536dcbf44c7a0668f725abc94 /minetest.conf.example
parent2414580754734b62119369255b0e9c462381dc8a (diff)
downloadminetest-3d29be24e089b1c267409f05b897ce3f03e99a07.tar.gz
minetest-3d29be24e089b1c267409f05b897ce3f03e99a07.tar.bz2
minetest-3d29be24e089b1c267409f05b897ce3f03e99a07.zip
Add display_gamma option for client
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 95b88c84b..8570eb052 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -114,7 +114,11 @@
# Enable smooth lighting with simple ambient occlusion.
# Disable for speed or for different looks.
#smooth_lighting = true
-# Path to texture directory. All textures are first searched from here.
+# Adjust the gamma encoding for the light tables. Valid values are in the range
+# 1.1 to 3.0 (inclusive); lower numbers are brighter. This setting is for the
+# client only and is ignored by the server
+#display_gamma = 1.8
+# Path to texture directory. All textures are first searched from here.
#texture_path =
# Video back-end.
# Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl.