mirror of
https://github.com/mt-mods/led_marquee.git
synced 2025-01-09 07:50:20 +01:00
reemove use_texture_alpha as the texture results are always on a black background, so we dont need to waste transparency rendering performance
This commit is contained in:
parent
528d8b7a58
commit
7a8b53474d
1
init.lua
1
init.lua
@ -422,7 +422,6 @@ for i = 31, 255 do
|
|||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
wield_image = wimage,
|
wield_image = wimage,
|
||||||
palette="led_marquee_palette.png",
|
palette="led_marquee_palette.png",
|
||||||
use_texture_alpha = "blend",
|
|
||||||
groups = groups,
|
groups = groups,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
|
Loading…
Reference in New Issue
Block a user