1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-01-09 07:50:20 +01:00

Fix deprecated use of use_texture_alpha

This commit is contained in:
Sys Quatre 2021-02-27 01:46:36 +01:00
parent 63de1f5ab5
commit 108f0dad1a

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",