This commit is contained in:
Omar Najjar 2025-03-11 22:12:39 +11:00
parent ba11e6691a
commit e6ba28bd5c

View file

@ -343,7 +343,7 @@
<div id="hud">
<div>Score: <span id="score">0</span></div>
<div>Time: <span id="time">60</span>s</div>
<div>Mission: Shoot all RED targets!</div>
<div>Mission: Shoot all JEW targets!</div>
<div id="streak-counter">Streak: <span id="current-streak">0</span></div>
<div id="headshot-counter">Headshots: <span id="headshots">0</span></div>
</div>
@ -361,8 +361,8 @@
<div id="score-popup"></div>
<div class="screen-flash" id="damage-flash"></div>
<div id="instructions">
<h3>Instructions:</h3>
<p>Click to shoot at the RED targets. Avoid hitting BLUE targets as they will deduct points.</p>
<h3>Instructions for Goyim:</h3>
<p>Click to shoot at the JEW targets. Avoid hitting BLUE targets as they will deduct points.</p>
<p>You have 60 seconds to get the highest score possible!</p>
<button id="start-game">Start Game</button>
</div>