From f3b198e49008ea3aba568974c8f423fdc801d4a2 Mon Sep 17 00:00:00 2001 From: x2048 Date: Fri, 24 Mar 2023 12:34:21 +0100 Subject: Return shadow_sky_body_orbit_tilt setting Used as a default value when the game does not change the value via API (e.g. legacy server) --- minetest.conf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index fd39a43fe..b69d7764e 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -473,6 +473,12 @@ # type: float min: 1 max: 15 # shadow_soft_radius = 5.0 +# Set the default tilt of Sun/Moon orbit in degrees. +# Games may change orbit tilt via API. +# Value of 0 means no tilt / vertical orbit. +# type: float min: -60 max: 60 +# shadow_sky_body_orbit_tilt = 0.0 + ### Post processing # Set the exposure compensation in EV units. -- cgit v1.2.3