update() {
        if (this.timer !== null) {
            this.timerText.text = this.timer.getRemainingSeconds().toFixed(2);
        }
    }