GAME OVER
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user