Movement history
This commit is contained in:
17
index.html
17
index.html
@@ -145,12 +145,18 @@
|
||||
<defs>
|
||||
<polygon id="point" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" />
|
||||
|
||||
<symbol id="troop-counter" viewBox="-8 -8 16 16" width="15" height="15">
|
||||
<circle class="outer" cx="0" cy="0" r="8" />
|
||||
<circle class="inner" cx="0" cy="0" r="6" />
|
||||
<text>1</text>
|
||||
<symbol id="counter-base" viewBox="-5 -5 10 10" width="10" height="10">
|
||||
<circle cx="0" cy="0" r="5" />
|
||||
</symbol>
|
||||
|
||||
<g id="t-1" class="troop-counter"><use href="#counter-base" /><text>1</text></g>
|
||||
<g id="t-2" class="troop-counter"><use href="#counter-base" /><text>2</text></g>
|
||||
<g id="t-3" class="troop-counter"><use href="#counter-base" /><text>3</text></g>
|
||||
<g id="t-4" class="troop-counter"><use href="#counter-base" /><text>4</text></g>
|
||||
<g id="t-5" class="troop-counter"><use href="#counter-base" /><text>5</text></g>
|
||||
<g id="t-6" class="troop-counter"><use href="#counter-base" /><text>6</text></g>
|
||||
<g id="t-7" class="troop-counter"><use href="#counter-base" /><text>7</text></g>
|
||||
|
||||
<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>
|
||||
@@ -179,7 +185,6 @@
|
||||
|
||||
<g id="grid">
|
||||
<g id="points"></g>
|
||||
<!-- <g id="firing-arcs"></g> -->
|
||||
<g id="counters"></g>
|
||||
</g>
|
||||
|
||||
@@ -228,7 +233,7 @@
|
||||
<!-- 1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br>
|
||||
17th Kestral Mechanized Infantry -->
|
||||
</p>
|
||||
<div is="soldier-record-block" class="soldier-record" data-troop-number="1" data-troop-allegiance="davion">
|
||||
<div is="soldier-record-block" class="soldier-record selected" data-troop-number="1" data-troop-allegiance="davion">
|
||||
<span slot="troop-number">1</span>
|
||||
<span slot="primary-weapon-type">Rifle</span>
|
||||
<span slot="primary-weapon-damage">4L</span>
|
||||
|
||||
Reference in New Issue
Block a user