fork 自 mtcontrib/signs_lib
enable static save on signs' entities
此提交包含在:
7
.gitignore
已供應
7
.gitignore
已供應
@@ -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
|
||||||
})
|
})
|
||||||
|
|
||||||
|
新增問題並參考
封鎖使用者