diff options
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index b4abb4ce6..14d4df179 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -443,6 +443,12 @@ shadow_update_frames (Map shadows update frames) int 8 1 16 # Minimum value: 1.0; maximum value: 15.0 shadow_soft_radius (Soft shadow radius) float 5.0 1.0 15.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 (Sky Body Orbit Tilt) float 0.0 -60.0 60.0 + [**Post processing] # Set the exposure compensation in EV units. |
