main.update = function(dt) update.fps() update.motion(dt) update.gravity(dt) update.limit(dt) end