x
This commit is contained in:
parent
ba11e6691a
commit
e6ba28bd5c
1 changed files with 3 additions and 3 deletions
|
|
@ -343,7 +343,7 @@
|
||||||
<div id="hud">
|
<div id="hud">
|
||||||
<div>Score: <span id="score">0</span></div>
|
<div>Score: <span id="score">0</span></div>
|
||||||
<div>Time: <span id="time">60</span>s</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="streak-counter">Streak: <span id="current-streak">0</span></div>
|
||||||
<div id="headshot-counter">Headshots: <span id="headshots">0</span></div>
|
<div id="headshot-counter">Headshots: <span id="headshots">0</span></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -361,8 +361,8 @@
|
||||||
<div id="score-popup"></div>
|
<div id="score-popup"></div>
|
||||||
<div class="screen-flash" id="damage-flash"></div>
|
<div class="screen-flash" id="damage-flash"></div>
|
||||||
<div id="instructions">
|
<div id="instructions">
|
||||||
<h3>Instructions:</h3>
|
<h3>Instructions for Goyim:</h3>
|
||||||
<p>Click to shoot at the RED targets. Avoid hitting BLUE targets as they will deduct points.</p>
|
<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>
|
<p>You have 60 seconds to get the highest score possible!</p>
|
||||||
<button id="start-game">Start Game</button>
|
<button id="start-game">Start Game</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue