Skip to content

Commit fc902a7

Browse files
sofarparamat
authored andcommitted
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
1 parent 3e5f3f2 commit fc902a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/boats/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434

3535
local boat = {
3636
physical = true,
37-
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.3, 0.5},
37+
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.15, 0.5},
3838
visual = "mesh",
3939
mesh = "boats_boat.obj",
4040
textures = {"default_wood.png"},

0 commit comments

Comments
 (0)