11
Setting timers in simple games (feat. the frame rule)
(lynn.github.io)
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.
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.