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-17 12:26:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-17 12:26:29 -0700 |
commit | b89222872ad3edecd31325952aa6904c4da1d5f0 (patch) | |
tree | 823c208ade38aa40ebcf66918bfd95592b5169e3 /public/index.html | |
parent | 9d4f58472d00558e809cd43642259ba109e25037 (diff) |
Building layouts complete
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index d907d05..215ada8 100644 --- a/public/index.html +++ b/public/index.html @@ -120,7 +120,7 @@ <span class="inning-top">◓</span> <span class="inning-bottom">◒</span> </span> - <button id="show-dialog" type="button">Change map</button> + <button id="show-dialog" type="button">Scenario</button> <button id="download-save" type="button">Save</button> <button id="upload-save" type="button">Load</button> <button id="fullscreen" type="button"> @@ -182,7 +182,7 @@ <form> <p> <label> - Map: + Load scenario: <select> <option value="map1">BattleTroops Scenario 1: Side Show</option> <option value="map2">BattleTroops Scenario 2: Dragon Hunting</option> |