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-05-19 10:05:17 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-19 10:05:17 -0700 |
commit | 2f7efc76e0ef8165dea677d3e40efb11c528cac3 (patch) | |
tree | cd14d51a271446500543371e0c4f231b7489d116 /public/index.html | |
parent | 549ad8699f53cc4f3e7a82be2f7caee8925d93ce (diff) |
Make scenario files; consolidate mapsheets into one file
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 215ada8..c0c44a9 100644 --- a/public/index.html +++ b/public/index.html @@ -184,9 +184,9 @@ <label> Load scenario: <select> - <option value="map1">BattleTroops Scenario 1: Side Show</option> - <option value="map2">BattleTroops Scenario 2: Dragon Hunting</option> - <option value="map3">BattleTroops Scenario 3: Race Against Time</option> + <option value="scenario-side_show">BattleTroops Scenario 1: Side Show</option> + <option value="scenario-dragon_hunting">BattleTroops Scenario 2: Dragon Hunting</option> + <option value="scenario-race_against_time">BattleTroops Scenario 3: Race Against Time</option> <option value="map4">Test</option> <option value="contour-lines">Contour Lines</option> <option value="pendle">Pendle</option> |