does anyone have a reverse timer code? the examples contain text and images, but I would like to do without all this
I would be grateful if someone would show me
timer = this.time.addEvent({
delay: 10000
});
Use timer.getRemainingSeconds()
to count down from 10. (see example)