diff options
| author | lhofhansl <larsh@apache.org> | 2022-12-25 16:15:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-25 16:15:32 -0800 |
| commit | 1e7804aaf66e2c2a81f81267923621dea17cb274 (patch) | |
| tree | 15de0319b559a7679659d66b2b389d71e97352b6 /builtin | |
| parent | afd5caa26a2352c912e1a1976b59e1f89773cdec (diff) | |
| download | minetest-1e7804aaf66e2c2a81f81267923621dea17cb274.tar.xz | |
Allow saturation to be controlled by the server. (#13075)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index d2b093cc3..b3398c831 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -365,15 +365,6 @@ enable_shaders (Shaders) bool true # enhanced, highlights and shadows are gradually compressed. tone_mapping (Filmic tone mapping) bool false -# Adjust the saturation (or vividness) of the scene -# Values -# < 1.0 decrease saturation -# > 1.0 increase saturation -# 1.0 = unchanged saturation -# 0.0 = black and white -# (Tone mapping needs to be enabled.) -saturation (Saturation) float 1.0 0.0 5.0 - [**Waving Nodes] # Set to true to enable waving leaves. |
