forked from VoxeLibre/VoxeLibre
Adjust mob jumping default to account for higher gravity
This commit is contained in:
parent
57b293de2b
commit
cadd53c103
|
@ -60,7 +60,7 @@ mobs.jump = function(self, velocity)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
velocity = velocity or 5
|
velocity = velocity or 8
|
||||||
|
|
||||||
self.object:add_velocity(vector_new(0,velocity,0))
|
self.object:add_velocity(vector_new(0,velocity,0))
|
||||||
end
|
end
|
Loading…
Reference in New Issue