Fix use_texture_alpha issues
This commit is contained in:
parent
1652b154b4
commit
c0a11e2477
@ -82,7 +82,7 @@ minetest.register_entity(":techage:region_cube", {
|
|||||||
initial_properties = {
|
initial_properties = {
|
||||||
visual = "upright_sprite",
|
visual = "upright_sprite",
|
||||||
textures = {"techage_cube_mark.png"},
|
textures = {"techage_cube_mark.png"},
|
||||||
use_texture_alpha = techage.BLEND,
|
use_texture_alpha = true,
|
||||||
physical = false,
|
physical = false,
|
||||||
glow = 12,
|
glow = 12,
|
||||||
},
|
},
|
||||||
|
@ -70,7 +70,7 @@ minetest.register_entity(":techage:position_cube", {
|
|||||||
"techage_cube_mark.png",
|
"techage_cube_mark.png",
|
||||||
"techage_cube_mark.png",
|
"techage_cube_mark.png",
|
||||||
},
|
},
|
||||||
use_texture_alpha = techage.BLEND,
|
use_texture_alpha = true,
|
||||||
physical = false,
|
physical = false,
|
||||||
visual_size = {x = 1.1, y = 1.1},
|
visual_size = {x = 1.1, y = 1.1},
|
||||||
collisionbox = {-0.55,-0.55,-0.55, 0.55,0.55,0.55},
|
collisionbox = {-0.55,-0.55,-0.55, 0.55,0.55,0.55},
|
||||||
|
Loading…
Reference in New Issue
Block a user