diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 85f88db33..19e87b368 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -7316,6 +7316,8 @@ child will follow movement and rotation of that bone. * `sky_parameters` is a table with the following optional fields: * `base_color`: ColorSpec, changes fog in "skybox" and "plain". (default: `#ffffff`) + * `body_orbit_tilt`: Float, angle of sun/moon orbit in degrees, relative to Y axis. + Valid range [-60.0,60.0] (default: 0.0) * `type`: Available types: * `"regular"`: Uses 0 textures, `base_color` ignored * `"skybox"`: Uses 6 textures, `base_color` used as fog. |