Merge branch 'master' into 'master'

Fix deprecated use of use_texture_alpha

See merge request VanessaE/led_marquee!6
This commit is contained in:
Vanessa Dannenberg 2021-02-27 05:14:01 +00:00
commit 39f571f788
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ for i = 31, 255 do
inventory_image = wimage,
wield_image = wimage,
palette="led_marquee_palette.png",
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = groups,
paramtype = "light",
paramtype2 = "colorwallmounted",