summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugues Ross <hugues.ross@gmail.com>2021-07-14 11:14:45 -0400
committerGitHub <noreply@github.com>2021-07-14 17:14:45 +0200
commit68143ed8eca81857d3d28c2c4059411d72a78e8e (patch)
treef09a1ab1b9c4d020b2f192feb9419bbcf336cd96 /doc
parent6cdb150c8bd71ee0487d1af117c808b1b5ca8577 (diff)
downloadminetest-68143ed8eca81857d3d28c2c4059411d72a78e8e.tar.gz
minetest-68143ed8eca81857d3d28c2c4059411d72a78e8e.tar.bz2
minetest-68143ed8eca81857d3d28c2c4059411d72a78e8e.zip
Fix documented default colors for set_sky
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 6bd0e47a1..ad11d7235 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -6621,9 +6621,9 @@ object you are working with still exists.
* `clouds`: Boolean for whether clouds appear. (default: `true`)
* `sky_color`: A table containing the following values, alpha is ignored:
* `day_sky`: ColorSpec, for the top half of the `"regular"`
- sky during the day. (default: `#8cbafa`)
+ sky during the day. (default: `#61b5f5`)
* `day_horizon`: ColorSpec, for the bottom half of the
- `"regular"` sky during the day. (default: `#9bc1f0`)
+ `"regular"` sky during the day. (default: `#90d3f6`)
* `dawn_sky`: ColorSpec, for the top half of the `"regular"`
sky during dawn/sunset. (default: `#b4bafa`)
The resulting sky color will be a darkened version of the ColorSpec.
@@ -6633,7 +6633,7 @@ object you are working with still exists.
The resulting sky color will be a darkened version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `night_sky`: ColorSpec, for the top half of the `"regular"`
- sky during the night. (default: `#006aff`)
+ sky during the night. (default: `#006bff`)
The resulting sky color will be a dark version of the ColorSpec.
Warning: The darkening of the ColorSpec is subject to change.
* `night_horizon`: ColorSpec, for the bottom half of the `"regular"`