Page 5 of 5

Re: [library] cron.lua - time management for LÖVE - v2.0 is

Posted: Fri Jun 06, 2014 8:35 pm
by Robin
Or call [wiki]love.timer.getDelta[/wiki].

Also, I can't think of a situation where you would need a dt in a cron callback, so why do you need it?

Re: [library] cron.lua - time management for LÖVE - v2.0 is

Posted: Sat Jun 07, 2014 10:12 am
by SiENcE
@kikito: thanks. i wil try it.

I want to update a list of elements via cron, but this elements also have thier own update cycle.