Hi, I want to make a countdown timer that doesn't stop even if the player closes the game.
So far I have managed to get the total time to be saved in localstorage and if the game is closed, when it is opened again the timer starts where it left off.
But what I need is the time don´t stop. I hope you can help me, thanks.
This is the code that I have