little changes

This commit is contained in:
2019-11-03 02:23:28 +01:00
parent 55da5e6b28
commit 2cd305fee0
4 changed files with 39 additions and 21 deletions

View File

@ -95,11 +95,12 @@
</div>
<button type="button" onclick="hideSettings()">RETOUR</button>
</div>
<div id="start">
<fieldset id="start">
<legend>Nouvelle partie</legend>
<label for="startLevel">Niveau</label>
<input type="number" id="startLevel" min="1" max="15" step="1">
<button id="startButton" type="button" onclick="start()" disabled>JOUER</button>
</div>
<button id="startButton" type="button" onclick="newGame()" disabled>JOUER</button>
</fieldset>
<div>
<button id="settingsButton" type="button" onclick="showSettings()" disabled>OPTIONS</button>
</div>