mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Set sky API: Add bool for clouds in front of custom skybox
Default true. Add 'm_clouds_enabled' bool to sky.h, set from new bool in 'set sky' API. Make 'getCloudsVisible()' depend on 'm_clouds_enabled' instead of 'm_visible' (whether normal sky is visible).
This commit is contained in:
parent
f9fdb48dc8
commit
ad9fcf859e
12 changed files with 53 additions and 20 deletions
|
@ -584,6 +584,7 @@ enum ToClientCommand
|
|||
foreach count:
|
||||
u8 len
|
||||
u8[len] param
|
||||
u8 clouds (boolean)
|
||||
*/
|
||||
|
||||
TOCLIENT_OVERRIDE_DAY_NIGHT_RATIO = 0x50,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue