summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorHume2 <teratux.mail@gmail.com>2018-08-27 17:22:54 +0200
committerHume2 <teratux.mail@gmail.com>2018-08-27 17:22:54 +0200
commit2b0cab8ca285687166ca9c3715cedca54355d949 (patch)
tree1b0ae5482c414717894dc5c887ef975e5b22e565 /init.lua
parent8f92e519edfecbae1f8565386ee68dcea2f64a50 (diff)
Add a bike mesh
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 3747107..58bfcf4 100644
--- a/init.lua
+++ b/init.lua
@@ -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"},