Merge branch 'main' of ssh://git.furtest.fr:2222/furtest/Tigrou

This commit is contained in:
Yoan Guerin
2025-12-05 06:19:40 +01:00

View File

@@ -98,7 +98,14 @@
<span id="enemyInfo" class="tooltip" data-tooltip="">?</span>
</div>
<div class="monster" id="player">Joueur<br><span id="playerHp">HP: 30</span></div>
<div class="monster" id="player">
<div class="enemy-img-container">
<img id="enemyImg" src="../static/pinguin(1).gif" alt="Ennemi" style=" width:100px;height:100px;">
</div>
Joueur<br>
<span id="playerHp">HP: 30</span>
</div>
</div>
<div id="attacksDiv"></div>