added reset button

This commit is contained in:
Yannik
2023-06-23 22:49:49 +02:00
parent 0561cf374c
commit 0c43d6d104
2 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
</head>
<body onpageshow="load()">
<p onclick="resetGame()">&nbsp;<u>Reset</u></p>
<div hidden="true" class="box" id="fight">
<img draggable="false" id="enemy-texture"><br>
<p><span id="enemy-name"></span> Leben: <span id="enemy-health"></span></p>