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')
-rw-r--r-- | public/assets/images/test.svg | 4 | ||||
-rw-r--r-- | public/index.html | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/public/assets/images/test.svg b/public/assets/images/test.svg deleted file mode 100644 index 49bfa9b..0000000 --- a/public/assets/images/test.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<svg viewBox="-5 -5 10 10" xmlns="http://www.w3.org/2000/svg"> - <circle r="5" fill="purple"/> -</svg> 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"> |