1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

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)
This commit is contained in:
x2048
2023-03-24 12:34:21 +01:00
committed by GitHub
parent 9af587c54e
commit f3b198e490
8 changed files with 28 additions and 7 deletions

View File

@@ -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.