From 260de1c2b5a74595f9dd5ed9671834dca13414b2 Mon Sep 17 00:00:00 2001 From: x2048 Date: Sun, 30 Oct 2022 16:54:06 +0100 Subject: Enable negative values for sun/moon orbit tilt (Northern hemisphere) (#12904) --- builtin/settingtypes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index e4d345e2d..eaaf74943 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -447,7 +447,7 @@ shadow_soft_radius (Soft shadow radius) float 5.0 1.0 15.0 # Set the tilt of Sun/Moon orbit in degrees. # Value of 0 means no tilt / vertical orbit. # Minimum value: 0.0; maximum value: 60.0 -shadow_sky_body_orbit_tilt (Sky Body Orbit Tilt) float 0.0 0.0 60.0 +shadow_sky_body_orbit_tilt (Sky Body Orbit Tilt) float 0.0 -60.0 60.0 [**Post processing] -- cgit v1.2.3