cutechicken commited on
Commit
91d385a
·
verified ·
1 Parent(s): a28e099

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -330,7 +330,7 @@
330
  </div>
331
 
332
  <div class="start-screen" id="startScreen">
333
- <h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">Tank Combat Simulator</h1>
334
  <button class="start-button" onclick="startGame()">Start Game</button>
335
  <div style="color: #0f0; margin-top: 20px; text-align: center;">
336
  <p>Controls:</p>
@@ -343,8 +343,8 @@
343
 
344
 
345
  <div id="gameContainer">
346
- <div id="gameTitle">Tank Combat Simulator</div>
347
- <div id="mission">MISSION: SURVIVE 180 SEC</div>
348
  <div id="gameStats">
349
  <div id="score">Score: 0</div>
350
  <div id="time">Time: 180s</div>
 
330
  </div>
331
 
332
  <div class="start-screen" id="startScreen">
333
+ <h1 style="color: #0f0; font-size: 48px; margin-bottom: 20px;">JET FIGHT SIMULATER</h1>
334
  <button class="start-button" onclick="startGame()">Start Game</button>
335
  <div style="color: #0f0; margin-top: 20px; text-align: center;">
336
  <p>Controls:</p>
 
343
 
344
 
345
  <div id="gameContainer">
346
+ <div id="gameTitle">JET FIGHT SIMULATER</div>
347
+ <div id="mission">MISSION: DESTROY ENEMY JET</div>
348
  <div id="gameStats">
349
  <div id="score">Score: 0</div>
350
  <div id="time">Time: 180s</div>