From 3d29be24e089b1c267409f05b897ce3f03e99a07 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Sun, 14 Dec 2014 21:28:08 +1000 Subject: Add display_gamma option for client --- minetest.conf.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'minetest.conf.example') 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. -- cgit v1.2.3