rename teTrois

This commit is contained in:
2023-06-16 02:24:44 +02:00
parent b532d8b2aa
commit b9ff06f32d
2 changed files with 4 additions and 4 deletions

4
app.js
View File

@@ -92,7 +92,7 @@ const CLEARED_LINES_NAMES = [
"SOLO",
"DUO",
"TRIO",
"TETRA",
"TETROIS",
]
@@ -520,7 +520,7 @@ class Settings {
this.form.onsubmit = newGame
levelInput.name = "startLevel"
levelInput.disabled = false
titleHeader.innerHTML = "teTra"
titleHeader.innerHTML = "teTrois"
resumeButton.innerHTML = "Jouer"
}