rename teTra again
This commit is contained in:
parent
e43675b989
commit
b0775a8d1f
4
app.js
4
app.js
@ -92,7 +92,7 @@ const CLEARED_LINES_NAMES = [
|
||||
"SOLO",
|
||||
"DUO",
|
||||
"TRIO",
|
||||
"TETROIS",
|
||||
"TETRA",
|
||||
]
|
||||
|
||||
|
||||
@ -518,7 +518,7 @@ class Settings {
|
||||
this.form.onsubmit = newGame
|
||||
levelInput.name = "startLevel"
|
||||
levelInput.disabled = false
|
||||
//titleHeader.innerHTML = "teTrois"
|
||||
//titleHeader.innerHTML = "teTra"
|
||||
resumeButton.innerHTML = "Jouer"
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>teTrois</title>
|
||||
<title>teTra</title>
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css">
|
||||
@ -26,7 +26,7 @@
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 id="titleHeader" class="modal-title w-100 text-center">teTrois</h1>
|
||||
<h1 id="titleHeader" class="modal-title w-100 text-center">teTra</h1>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form name="settingsForm" class="needs-validation" novalidate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user