index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/index.html
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-06 15:09:09 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-06 15:09:09 -0700 |
commit | 5afa53ef7aa1ecf50d2ba2eaebb4df0b4337a8a9 (patch) | |
tree | 8fa88165cbfb580f4070020dc929dd12c46e6439 /index.html | |
parent | 5e2a62bb7aa58889e19665fd7c55ff1185ccfbe0 (diff) |
Add turn counter and inning indicator
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -242,6 +242,12 @@ </button> <br> Prone: <input type="checkbox" id="toggle-prone-counter" /> + Turn: + <span id="turn-count" data-update="0"> + <span name="count">0</span> + <span class="inning-top">◓</span> + <span class="inning-bottom">◒</span> + </span> </div> <div id="record-sheet"> |