index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 14:28:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-22 14:28:29 -0700 |
commit | 4dc47d6f045c01479d1298b933fd3e129d3d8279 (patch) | |
tree | f19a790d532abe9d15e677c0cbc0a4dafaee6e70 /public/index.html | |
parent | c23d9be9545d714d90a380197ba5e8411e73d6df (diff) |
Add grenade counter
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index a60db29..dbabace 100644 --- a/public/index.html +++ b/public/index.html @@ -167,8 +167,10 @@ <button type="button" class="set-firing-arc" data-size="large"> <img src="firing_arc_large.png" height="12" /> 6 MP </button> - <br> Prone: <input type="checkbox" id="toggle-prone-counter" /> + <button type="button" class="set-grenade"> + <img src="icon_grenade.png" height="12" /> + </button> Turn: <span id="turn-count" data-update="0"> <span name="count">0</span> |