1
0
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:
mazes-80
2023-02-22 03:12:24 +01:00
committed by GitHub
parent 4b44f25ef8
commit 351c11b3c7
5 changed files with 3 additions and 3 deletions

View File

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