index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:19:59 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:19:59 -0700 |
commit | 2772333072ba8ddaa6721e3bfc6665e2df8d0a14 (patch) | |
tree | 3d49326b92851c78f94dc0d58ebfc402437bc1b5 /public/index.html | |
parent | cf190d8e7a7087fee343138b62431c4b800710ec (diff) |
Add all scenario maps
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> |