enable static save on signs' entities

此提交包含在:
VanessaE
2020-11-01 12:43:55 -05:00
父節點 8b975d7fa1
當前提交 1a6b9f38ff
共有 2 個檔案被更改,包括 1 行新增8 行删除

7
.gitignore 已供應
查看文件

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

查看文件

@@ -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
}) })