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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index d8a91f9..4f15e08 100644 --- a/public/index.html +++ b/public/index.html @@ -112,7 +112,7 @@ </div> <div id="content"> - <input type="checkbox" class="visible" checked /> + <input type="checkbox" class="visible"/> <div> Set firing arc: <button type="button" class="set-firing-arc" data-size="small"> @@ -143,6 +143,7 @@ <select> <option value="map1">Map1</option> <option value="map2">Map2</option> + <option value="map3">Map3</option> </select> </label> </p> |