tick(dt)
Main tick callback function of Delay. Override this in a class or set to a function that accepts a parameter dt to redefine how the delay works. After `delay` time the `after` function is called by default.
Parameters:
dt [value: time in milliseconds, type: float]
Return Value: None
file: src/animation/engine_animation_delay.c