1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-16 07:20:32 +02:00

Enable shadows, increase puddle transparency, tweak player speed buffs

This commit is contained in:
Till Affeldt
2023-02-22 05:22:45 +01:00
parent 351c11b3c7
commit 932546a3d5
6 changed files with 47 additions and 15 deletions

View File

@ -53,7 +53,7 @@ for i = 1, VARIANT_COUNT do
local name = BLOCK_PREFIX .. i
local index = i
if i < 10 then index = "0" .. i end
local texture = "weather_puddle_" .. index .. ".png^[opacity:128"
local texture = "weather_puddle_" .. index .. ".png^[opacity:24"
if flip == 1 then
name = name .. "_flipped"
texture = texture .. "^[transformFX"