Affiche l'impact chrono apres le cube en mode Time

This commit is contained in:
2026-04-12 19:56:30 +02:00
parent 7649ba2fb9
commit 1f67ba46fb
3 changed files with 139 additions and 35 deletions

View File

@@ -132,6 +132,17 @@
value="180"
/>
</label>
<label class="field" id="timeInitialField" hidden>
<span>Chrono initial par joueur (minutes)</span>
<input
name="timeInitialMinutes"
type="number"
min="1"
max="180"
step="1"
value="10"
/>
</label>
<label class="field" id="moveSecondsField">
<span>Temps coup (secondes)</span>
<input