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
このコミットが含まれているのは:
Auke Kok
2016-05-21 23:15:59 -07:00
committed by paramat
コミット fc902a77de

ファイルの表示

@@ -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"},