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
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 25 insertions, 7 deletions
@@ -75,16 +75,34 @@ </label> </span> </p> --> - <p class="damage"> + <!-- <p class="damage"> <span> - <input type="radio" name="d1" id="clear" checked> - <label for="clear">lethal</label> - <input type="radio" name="d1" id="bruise"> - <label for="bruise">clear</label> - <input type="radio" name="d1" id="lethal"> - <label for="lethal">bruise</label> + <input type="radio" name="d1" id="clear" checked> + <label for="clear">lethal</label> + <input type="radio" name="d1" id="bruise"> + <label for="bruise">clear</label> + <input type="radio" name="d1" id="lethal"> + <label for="lethal">bruise</label> </span> + </p> --> + + <p class="damage"> + <!-- <span> --> + <label> + <input type="radio" name="d1" checked> + <span class="damage-selector lethal"></span> + </label> + <label> + <input type="radio" name="d1"> + <span class="damage-selector clear"></span> + </label> + <label> + <input type="radio" name="d1"> + <span class="damage-selector bruise"></span> + </label> + <!-- </span> --> </p> + <p><span>Troop Number</span> 1</p> <p><span>Primary Weapon Type</span> Rifle</p> <ul> |