Skip to content
Snippets Groups Projects
Commit fc902a77 authored by Auke Kok's avatar Auke Kok Committed by paramat
Browse files

Boats: Lower boat collision box top

Standing on a boat makes you appear to "hover" over it since this
collision box is way too high. Lower it so that it's low enough
to look normal when walking on top of a boat
parent 3e5f3f28
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ end
local boat = {
physical = true,
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.3, 0.5},
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.15, 0.5},
visual = "mesh",
mesh = "boats_boat.obj",
textures = {"default_wood.png"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment