mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-07-18 07:10:21 +02:00
Compare commits
4 Commits
2019-10-22
...
1a6b9f38ff
Author | SHA1 | Date | |
---|---|---|---|
1a6b9f38ff | |||
8b975d7fa1 | |||
b633a4bf8c | |||
bd20f9b776 |
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
# temporary files
|
|
||||||
*~
|
|
||||||
|
|
||||||
# eclipse project files
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
.buildpath
|
|
4
api.lua
4
api.lua
@ -159,9 +159,9 @@ local ctexcache = {}
|
|||||||
minetest.register_entity("signs_lib:text", {
|
minetest.register_entity("signs_lib:text", {
|
||||||
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "signs_lib_standard_wall_sign_entity.obj",
|
mesh = "signs_lib_standard_sign_entity_wall.obj",
|
||||||
textures = {},
|
textures = {},
|
||||||
static_save = false,
|
static_save = true,
|
||||||
backface_culling = false
|
backface_culling = false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -4,3 +4,4 @@ screwdriver?
|
|||||||
streetspoles?
|
streetspoles?
|
||||||
streetlamps?
|
streetlamps?
|
||||||
cottages?
|
cottages?
|
||||||
|
prefab_redo?
|
Reference in New Issue
Block a user