Fix use_texture_alpha issues

This commit is contained in:
Joachim Stolberg 2022-07-11 20:20:00 +02:00
parent 79ad815ed6
commit 87dfe8e651

View File

@ -98,7 +98,7 @@ for _, size in ipairs(SIZES) do
"techage_laser.png", "techage_laser.png",
"techage_laser.png", "techage_laser.png",
}, },
use_texture_alpha = techage.BLEND, use_texture_alpha = true,
physical = false, physical = false,
collide_with_objects = false, collide_with_objects = false,
pointable = false, pointable = false,