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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 7b45d65..ef33865 100644 --- a/public/index.html +++ b/public/index.html @@ -104,7 +104,7 @@ Loading... </div> - <object type="image/svg+xml" data="assets/images/map1.svg"></object> + <object type="image/svg+xml"></object> <div id="status"> <span id="hex-counter">Distance: <span id="hex-count">-</span></span> @@ -120,7 +120,9 @@ <span class="inning-top">◓</span> <span class="inning-bottom">◒</span> </span> - <button id="show-dialog">Change map</button> + <button id="show-dialog" type="button">Change map</button> + <button id="fullscreen" type="button">Fullscreen</button> + <button id="download-save" type="button">Save</button> <span style="white-space: nowrap;"> Prone: <input type="checkbox" id="toggle-prone-counter" /> <button type="button" class="set-firing-arc" data-size="small"> |