forked from mtcontrib/signs_lib
enable static save on signs' entities
This commit is contained in:
parent
8b975d7fa1
commit
1a6b9f38ff
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +0,0 @@
|
||||||
# temporary files
|
|
||||||
*~
|
|
||||||
|
|
||||||
# eclipse project files
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
.buildpath
|
|
2
api.lua
2
api.lua
|
@ -161,7 +161,7 @@ minetest.register_entity("signs_lib:text", {
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "signs_lib_standard_sign_entity_wall.obj",
|
mesh = "signs_lib_standard_sign_entity_wall.obj",
|
||||||
textures = {},
|
textures = {},
|
||||||
static_save = false,
|
static_save = true,
|
||||||
backface_culling = false
|
backface_culling = false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user