1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Add display_gamma option for client

This commit is contained in:
Craig Robbins 2014-12-14 21:28:08 +10:00
parent 2414580754
commit 3d29be24e0
7 changed files with 108 additions and 42 deletions

View file

@ -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.