mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-09-22 11:26:49 -04:00
Enable shadows, increase puddle transparency, tweak player speed buffs
This commit is contained in:
parent
351c11b3c7
commit
932546a3d5
6 changed files with 47 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue