Fix arrow mesh being backwards

This commit is contained in:
epCode 2021-03-12 15:56:40 -08:00
parent 90a0858495
commit 46be7c0388
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ local ARROW_ENTITY={
physical = true,
visual = "mesh",
mesh = "mcl_bows_arrow.obj",
visual_size = {x=1, y=1},
visual_size = {x=-1, y=1},
textures = {"mcl_bows_arrow.png"},
collisionbox = {-0.19, -0.125, -0.19, 0.19, 0.125, 0.19},
collide_with_objects = false,