index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-05 17:00:12 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-05 17:00:12 -0700 |
commit | 26771e4832da8134262f0e6d09b9d8d715493269 (patch) | |
tree | cdb2b772c333ddf788f187a7056ff0d415119875 | |
parent | 7c2b441c7cea59631f6fb0588271b0fb5f10a79a (diff) |
Make laser weapon symbol more legible
-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> |