mirror of
https://github.com/mt-mods/signs_lib.git
synced 2024-12-25 00:30:18 +01:00
disable backface culling on the sign entity
(allows for transparent signs i.e. glass)
This commit is contained in:
parent
831055095c
commit
c66c1b70bd
3
api.lua
3
api.lua
@ -124,7 +124,8 @@ minetest.register_entity("signs_lib:text", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "signs_lib_standard_wall_sign_entity.obj",
|
mesh = "signs_lib_standard_wall_sign_entity.obj",
|
||||||
textures = {},
|
textures = {},
|
||||||
static_save = false
|
static_save = false,
|
||||||
|
backface_culling = false
|
||||||
})
|
})
|
||||||
|
|
||||||
function signs_lib.delete_objects(pos)
|
function signs_lib.delete_objects(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user