index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 4aeaaa0..a4f2858 100644 --- a/public/index.html +++ b/public/index.html @@ -117,8 +117,18 @@ </label> </div> - <div id="toggle-grid-vis"> - <input type="checkbox" checked /> + <div class="opt-toggle"> + <input type="checkbox" id="toggle-grid-vis" checked /> + <label for="toggle-grid-vis"> + <span class="off">⬡</span><span class="on">⬢</span> + </label> + </div> + + <div class="opt-toggle"> + <input type="checkbox" id="auto-center-map" /> + <label for="auto-center-map"> + <span class="off">⦾</span><span class="on">⦿</span> + </label> </div> <div id="toggle-firing-arc-vis"> |