GAME OVER

This commit is contained in:
2024-08-28 18:17:55 +02:00
parent 1286d0b8c4
commit 406ae270b2
3 changed files with 102 additions and 35 deletions

View File

@ -82,6 +82,14 @@
</div>
</form>
</dialog>
<dialog id="gameOverDialog" class="nes-dialog is-rounded is-dark">
<form method="dialog">
<h2 class="title is-centered">Game over</h2>
<div class="is-centered">
<button class="nes-btn is-primary" tabindex="1">Rejouer ?</button>
</div>
</form>
</dialog>
<button id="settingsButton" type="button" class="nes-btn">
<span>
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm16 5H4v2h16v-2z" fill="currentColor"></path></svg>