Add files via upload

master
TheTermos 2019-11-13 11:55:59 +01:00 committed by GitHub
parent ea155787fe
commit 40f6006d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ function mobkit.actfunc(self, staticdata, dtime_s)
end
function mobkit.stepfunc(self,dtime) -- not intended to be modified
self.dtime = max(dtime,0.05)
self.dtime = min(dtime,0.2)
self.height = mobkit.get_box_height(self)
-- physics comes first
-- self.object:set_acceleration({x=0,y=mobkit.gravity,z=0})