You must log in or # to comment.
Great tip! I use PICO-8 a lot for little fun projects but never thought to put timers in a table before.
If you store your timers in absolute time and keep them sorted, you only ever need to check the first timer rather than decrementing every timer every step.


