Frame-rate independent game timer. Useful for countdowns, cooldowns, wave timers, etc. Update with delta (ms) each frame.
0 = just started, 1 = complete
1 = just started, 0 = complete
Add time to the timer
Change the duration
Update each frame with delta in ms
Static
Create a countdown that fires onTick every second
Create a repeating timer
Frame-rate independent game timer. Useful for countdowns, cooldowns, wave timers, etc. Update with delta (ms) each frame.