mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
Merge branch 'master' into 'master'
Fix deprecated use of use_texture_alpha See merge request VanessaE/led_marquee!6
This commit is contained in:
commit
39f571f788
2
init.lua
2
init.lua
@ -437,7 +437,7 @@ for i = 31, 255 do
|
|||||||
inventory_image = wimage,
|
inventory_image = wimage,
|
||||||
wield_image = wimage,
|
wield_image = wimage,
|
||||||
palette="led_marquee_palette.png",
|
palette="led_marquee_palette.png",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
groups = groups,
|
groups = groups,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
|
Loading…
Reference in New Issue
Block a user