Force the game to periodically update in the background.
not running in the background when you minimize the application, the timer is supposed to tick, but timer not ticking in the background.
drive.google.com/file/d/17Z1sPScD6gnFvge6ryJ7A9LsHFjf4Bfu/view
Run in background works within the limitations of the C3 runtime.
When in background the time scale is set to 0 and it only ticks whenever the browser accepts to let it tick. Depending on the browser, this can happen around once a second.
You will need to work around that until a better solution is found.