diff options
author | Hume2 <teratux.mail@gmail.com> | 2018-08-27 17:22:54 +0200 |
---|---|---|
committer | Hume2 <teratux.mail@gmail.com> | 2018-08-27 17:22:54 +0200 |
commit | 2b0cab8ca285687166ca9c3715cedca54355d949 (patch) | |
tree | 1b0ae5482c414717894dc5c887ef975e5b22e565 /init.lua | |
parent | 8f92e519edfecbae1f8565386ee68dcea2f64a50 (diff) |
Add a bike mesh
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ local bike = { physical = true, -- Warning: Do not change the position of the collisionbox top surface, -- lowering it causes the bike to fall through the world if underwater - collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.3, 0.5}, + collisionbox = {-0.5, -0.5, -0.5, 0.5, 1.0, 0.5}, visual = "mesh", mesh = "bike_bike.obj", textures = {"default_wood.png"}, |