fin de intro

This commit is contained in:
Justine Beau 2024-11-29 08:26:02 +01:00
parent c31c5851b6
commit 97b06fe920

View file

@ -22,4 +22,4 @@ function scoreCount(){
const score_aff = document.getElementById("score_affichage")
score += 1
score_aff.innerText="SCORE : " + score
}
}