WIP: draw firing arc cone lines to map edge
This commit is contained in:
11
index.html
11
index.html
@@ -32,7 +32,16 @@
|
||||
<rect id="map" x="0" y="0" width="34in" height="23in" />
|
||||
</svg>
|
||||
|
||||
<button id="set-firing-arc">Set Firing Arc</button>
|
||||
Set firing arc:
|
||||
<button type="button" class="set-firing-arc" data-size="small">
|
||||
<img src="firing_arc_small.png" height="12" /> 2 MP
|
||||
</button>
|
||||
<button type="button" class="set-firing-arc" data-size="medium">
|
||||
<img src="firing_arc_medium.png" height="12" /> 4 MP
|
||||
</button>
|
||||
<button type="button" class="set-firing-arc" data-size="large">
|
||||
<img src="firing_arc_large.png" height="12" /> 6 MP
|
||||
</button>
|
||||
|
||||
<div id="record-sheet">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user