1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-06-30 07:11:06 +02:00
- moved up
- changed from .x to .obj format
This commit is contained in:
Luke aka SwissalpS
2025-06-26 11:09:00 +02:00
parent 02462b0866
commit c8099845db
4 changed files with 426 additions and 998 deletions

View File

@ -346,7 +346,7 @@ core.register_entity("banners:banner_ent", {
collisionbox = { 0, 0, 0, 0, 0, 0 },
visual = "mesh",
textures = { "banner_uv_text" },
mesh = "banner_pole.x",
mesh = "banner_pole.obj",
},
on_activate = banners.banner_on_activate,
})