fix restart livel

This commit is contained in:
Adrien MALINGREY 2023-04-29 20:55:37 +02:00
parent 77d68ece87
commit 8f96053440

1
app.js
View File

@ -477,6 +477,7 @@ class Stats {
} }
init() { init() {
levelInput.value = localStorage["startLevel"]
this.score = 0 this.score = 0
this.goal = 0 this.goal = 0
this.combo = 0 this.combo = 0