WIP: firing arcs
This commit is contained in:
19
index.html
19
index.html
@@ -23,11 +23,6 @@
|
||||
<circle id="point" cx="0" cy="0" r="0.5in" />
|
||||
<polygon id="hex" fill="url('#gradient')" points="0,121.32 184.152,15.544 368.312,121.32 368.312,332.864 184.152,438.64 0,332.864 "/>
|
||||
<text id="asterisk" x="-0.06in" y="0.22in">*</text>
|
||||
|
||||
<g id="counter">
|
||||
<circle cx="0" cy="0" r="0.25in" />
|
||||
<text x="0" y="0.25in" text-anchor="middle">1</text>
|
||||
</g>
|
||||
</defs>
|
||||
|
||||
<line x1="0" y1="-0.25in" x2="34in" y2="-0.25in" stroke="url(#inch-mark)" />
|
||||
@@ -37,13 +32,15 @@
|
||||
<rect id="map" x="0" y="0" width="34in" height="23in" />
|
||||
</svg>
|
||||
|
||||
<button id="set-firing-arc">Set Firing Arc</button>
|
||||
|
||||
<div id="record-sheet">
|
||||
<div>
|
||||
<img class="logo" src="logo-davion.png" />
|
||||
<!-- <img class="logo" src="logo-davion.png" /> -->
|
||||
<p>
|
||||
Davion<br>
|
||||
1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br>
|
||||
17th Kestral Mechanized Infantry
|
||||
<!-- 1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br>
|
||||
17th Kestral Mechanized Infantry -->
|
||||
</p>
|
||||
<div class="soldier-record" data-troop-number="1" data-troop-allegiance="davion">
|
||||
Troop Number: 1<br>
|
||||
@@ -62,11 +59,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<img class="logo" src="logo-liao.png" />
|
||||
<!-- <img class="logo" src="logo-liao.png" /> -->
|
||||
<p>
|
||||
Liao<br>
|
||||
2nd Squad, 1st Platoon, 3rd Company, 2nd Battalion<br>
|
||||
Aldebaran Home Guard
|
||||
<!-- 2nd Squad, 1st Platoon, 3rd Company, 2nd Battalion<br>
|
||||
Aldebaran Home Guard -->
|
||||
</p>
|
||||
<div class="soldier-record" data-troop-number="1" data-troop-allegiance="liao">
|
||||
Troop Number: 1<br>
|
||||
|
||||
Reference in New Issue
Block a user