//=time() ?>
Fun gamedev trick you should NEVER do: merging multiple sprites into one!
If you have a color replace shader (for palettes) that can change alpha, you can pack multiple sprites into one texture, and then give it a ridiculously long palette to "decode" the sprites later! 😂