mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-05 01:40:38 +02:00
Enable more options for particles, fix skybox reset, add new debug command, fix daylight influence
This commit is contained in:
@ -15,7 +15,11 @@ end
|
||||
|
||||
local function remove_skybox(player)
|
||||
if not player.get_stars then return end
|
||||
player:set_sky({ type = "regular", clouds = true })
|
||||
player:set_sky(sky_defaults.sky_data)
|
||||
player:set_clouds(sky_defaults.cloud_data)
|
||||
player:set_moon(sky_defaults.moon_data)
|
||||
player:set_sun(sky_defaults.sun_data)
|
||||
player:set_stars(sky_defaults.star_data)
|
||||
end
|
||||
|
||||
local function handle_effect(player_data)
|
||||
|
Reference in New Issue
Block a user