enable static save on signs' entities

This commit is contained in:
VanessaE 2020-11-01 12:43:55 -05:00
parent 8b975d7fa1
commit 1a6b9f38ff
2 changed files with 1 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
# temporary files
*~
# eclipse project files
.project
.settings
.buildpath

View File

@ -161,7 +161,7 @@ minetest.register_entity("signs_lib:text", {
visual = "mesh",
mesh = "signs_lib_standard_sign_entity_wall.obj",
textures = {},
static_save = false,
static_save = true,
backface_culling = false
})