mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-07-17 23:00:20 +02:00
Compare commits
1 Commits
20200603-1
...
1a6b9f38ff
Author | SHA1 | Date | |
---|---|---|---|
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
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user