cutechicken commited on
Commit
04f91c9
1 Parent(s): d9404e3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -0
index.html CHANGED
@@ -239,6 +239,12 @@
239
  <p>ESC - Pause</p>
240
  </div>
241
  </div>
 
 
 
 
 
 
242
 
243
  <div id="gameContainer">
244
  <div id="gameTitle">Tank Combat Simulator</div>
 
239
  <p>ESC - Pause</p>
240
  </div>
241
  </div>
242
+
243
+ <div id="ammoContainer" style="position: absolute; bottom: 60px; right: 20px; color: #0f0;">
244
+ <div>Ammo: <span id="ammo">10</span>/10</div>
245
+ <button id="reloadButton" style="margin-top: 10px; padding: 5px 15px; background: #0f0; border: none; color: #000; cursor: pointer; border-radius: 5px;">Reload</button>
246
+ </div>
247
+
248
 
249
  <div id="gameContainer">
250
  <div id="gameTitle">Tank Combat Simulator</div>