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/index.html | 70 | ||||
-rw-r--r-- | public/style.css | 1 |
2 files changed, 0 insertions, 71 deletions
diff --git a/public/index.html b/public/index.html index 6e5f522..718654c 100644 --- a/public/index.html +++ b/public/index.html @@ -154,76 +154,6 @@ <object type="image/svg+xml" data="map.svg"></object> - <!-- <svg viewbox="-49 -40 2390 3163" xmlns="http://www.w3.org/2000/svg"> - <defs> - <polygon id="point" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" /> - - <circle id="counter-base" cx="0" cy="0" r="5" /> - - <g id="t-1" class="troop-counter-template"><use href="#counter-base" /><text>1</text></g> - <g id="t-2" class="troop-counter-template"><use href="#counter-base" /><text>2</text></g> - <g id="t-3" class="troop-counter-template"><use href="#counter-base" /><text>3</text></g> - <g id="t-4" class="troop-counter-template"><use href="#counter-base" /><text>4</text></g> - <g id="t-5" class="troop-counter-template"><use href="#counter-base" /><text>5</text></g> - <g id="t-6" class="troop-counter-template"><use href="#counter-base" /><text>6</text></g> - <g id="t-7" class="troop-counter-template"><use href="#counter-base" /><text>7</text></g> - - <g id="davion-1" class="troop-counter"><use href="#t-1" /></g> - <g id="davion-2" class="troop-counter"><use href="#t-2" /></g> - <g id="davion-3" class="troop-counter"><use href="#t-3" /></g> - <g id="davion-4" class="troop-counter"><use href="#t-4" /></g> - <g id="davion-5" class="troop-counter"><use href="#t-5" /></g> - <g id="davion-6" class="troop-counter"><use href="#t-6" /></g> - <g id="davion-7" class="troop-counter"><use href="#t-7" /></g> - - <g id="liao-1" class="troop-counter"><use href="#t-1" /></g> - <g id="liao-2" class="troop-counter"><use href="#t-2" /></g> - <g id="liao-3" class="troop-counter"><use href="#t-3" /></g> - <g id="liao-4" class="troop-counter"><use href="#t-4" /></g> - <g id="liao-5" class="troop-counter"><use href="#t-5" /></g> - <g id="liao-6" class="troop-counter"><use href="#t-6" /></g> - <g id="liao-7" class="troop-counter"><use href="#t-7" /></g> - - <image id="counter-prone" href="counter_prone.jpg" width="10px" /> - <image id="numbers" href="rendered_numbers.png" width="182" height="22" /> - - <symbol id="n1" viewBox="1 0 17 22" width="17" height="22"><use href="#numbers" /></symbol> - <symbol id="n2" viewBox="19 0 16 22" width="16" height="22"><use href="#numbers" /></symbol> - <symbol id="n3" viewBox="36 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n4" viewBox="54 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n5" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n6" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n7" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n8" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n9" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - <symbol id="n0" viewBox="0 0 18 22" width="18" height="22"><use href="#numbers" /></symbol> - </defs> - - <rect id="background" x="-1" y="-1" width="2287" height="3087" /> - - <g id="image-maps"> - <image id="map2" class="map-scans" href="scans/map2.jpg" width="2284" height="1518" /> - <image id="map3" class="map-scans" href="scans/map3.jpg" width="2284" height="1518" /> - </g> - - <g id="firing-arcs"> - <g id="shapes"></g> - <g id="lines"></g> - </g> - - <g id="grid"> - <g id="points"></g> - <g id="counters"></g> - </g> - - <image href="rendered_numbers.png" x="0" y="-46" width="182" height="22" opacity="0.5" /> - - <use href="#n1" x="1" y="-40" opacity="0.5" /> - <use href="#n2" x="19" y="-40" opacity="0.5" /> - <use href="#n3" x="36" y="-40" opacity="0.5" /> - <use href="#n4" x="54" y="-40" opacity="0.5" /> - </svg> --> - <div id="status"> <span id="hex-counter">Distance: <span id="hex-count">-</span></span> </div> diff --git a/public/style.css b/public/style.css index 2d5a40e..167254b 100644 --- a/public/style.css +++ b/public/style.css @@ -49,7 +49,6 @@ div#status { div#content { display: flex; - display: none; border-left: 1px solid gray; flex-basis: 0; /* overflow: scroll; */ |