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-03-25 11:09:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-25 11:09:28 -0700 |
commit | fd7bccda92563da8ed055d773e173b760880e524 (patch) | |
tree | 4f492f3c80026e288c3a5cdaf5ad98dbb62dfff6 /index.html | |
parent | 16843364d3302339b67d19738d3201589da6b4e9 (diff) |
Add 'Clear Firing Arcs' buttons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -146,7 +146,11 @@ <div> <!-- <img class="logo" src="logo-davion.png" /> --> <p> - Davion<br> + Davion + <button type="button" class="clear-firing-arcs" data-allegiance="davion"> + Clear Firing Arcs + </button> + <br> <!-- 1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br> 17th Kestral Mechanized Infantry --> </p> @@ -175,7 +179,11 @@ <div> <!-- <img class="logo" src="logo-liao.png" /> --> <p> - Liao<br> + Liao + <button type="button" class="clear-firing-arcs" data-allegiance="liao"> + Clear Firing Arcs + </button> + <br> <!-- 2nd Squad, 1st Platoon, 3rd Company, 2nd Battalion<br> Aldebaran Home Guard --> </p> |