mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-23 19:00:22 +02:00
Modernize API calls
* Textures: fix invalid srgb profiles * Deprecated get_player_velocity -> get_velocity * Deprecated: boolean value for use_texture_alpha --------- Co-authored-by: mazes 80 <>
This commit is contained in:
@ -50,7 +50,7 @@ local function generate_effects(params)
|
||||
|
||||
override["climate_api:skybox"] = skybox
|
||||
|
||||
local movement = params.player:get_player_velocity()
|
||||
local movement = params.player:get_velocity()
|
||||
local movement_direction
|
||||
if (vector.length(movement) < 0.1) then
|
||||
movement_direction = vector.new(0, 0, 0)
|
||||
|
Reference in New Issue
Block a user