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/assets/images/counters.svg')
-rw-r--r-- | public/assets/images/counters.svg | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/public/assets/images/counters.svg b/public/assets/images/counters.svg index d57bffb..8c3e444 100644 --- a/public/assets/images/counters.svg +++ b/public/assets/images/counters.svg @@ -43,6 +43,10 @@ <line x1="-2" y1="1" x2="2" y2="1"/> <line x1="-2" y1="2" x2="2" y2="2"/> </g> + + <g id="laser"> + <polyline points="0,-5 0,-3 -3,-2.5 3,-1.5 0,-1 0,2.5 0,5"/> + </g> </defs> <g id="rifle" style="r: inherit;" class="weapon-symbol"> @@ -67,7 +71,7 @@ <use style="r: inherit;" href="#counter-base"/> <g style="stroke: white; stroke-width: 0.5px; fill: none;"> <use href="#auto"/> - <polyline points="0,-5 0,-3 -3,-2.5 3,-1.5 0,-1 0,2.5 -3,3, 3,4 0,4.5 0,5"/> + <use href="#laser"/> <polyline points="-2,-3.5 0,-5 2,-3.5"/> </g> </g> @@ -95,11 +99,8 @@ <use style="r: inherit;" href="#counter-base"/> <g style="stroke: white; stroke-width: 0.5px; fill: none;"> <line x1="-2" y1="4.5" x2="2" y2="4.5"/> - <line x1="-2" y1="0" x2="2" y2="0"/> - <line x1="-2" y1="1" x2="2" y2="1"/> - <line x1="-2" y1="-1" x2="-2" y2="2"/> - <line x1="2" y1="-1" x2="2" y2="2"/> - <polyline points="0,-5 0,-3 -3,-2.5 3,-1.5 0,-1 0,2 -3,2.5, 3,3.5 0,4 0,4.5"/> + <use href="#auto"/> + <polyline points="0,-5 0,-3 -3,-2.5 3,-1.5 0,-1 0,2.5 0,4.5"/> <polyline points="-2,-3.5 0,-5 2,-3.5"/> </g> </g> |