chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Timer module for LÖVE

Results 3 chrono issues
Sort by recently updated
recently updated
newest added

There are situations where the tween stops after or before the subject reach its target.

In exercise 25 of your BYTEPATH tutorial, you can accomplish it with `hump.timer`, but not with `chrono.timer`. These changes allow for it just by passing itself through when it is...

This fixes a bug where the tag is always overwritten if the after callback is set.