fixed mob gravity

This commit is contained in:
cale 2016-10-29 13:07:11 +02:00
parent bbe60ad666
commit 807393f09a

View File

@ -42,8 +42,7 @@ function mobs.register_mob(name, def)
{
name = "walk",
speed = 4,
distance = 3,
gravity = -2
distance = 3
}, {
name = "attack"
}, {