1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2025-07-18 07:10:21 +02:00

Compare commits

..

4 Commits

4 changed files with 4 additions and 9 deletions

7
.gitignore vendored
View File

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

View File

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

View File

@ -4,3 +4,4 @@ screwdriver?
streetspoles? streetspoles?
streetlamps? streetlamps?
cottages? cottages?
prefab_redo?

View File

@ -1 +1,2 @@
name = signs_lib name = signs_lib
min_minetest_version = 5.2.0