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-07-15 18:04:39 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-15 18:04:39 -0700 |
commit | b4fee4fde92b631e7b57839c581124c443f16856 (patch) | |
tree | 2b7361a8cd0115f8d61cb47e1ee5afce40a25d70 /public/assets/images | |
parent | a06d8b03259e372a812b7c5c7f0776952157fdd9 (diff) |
WIP: add mech template counter
Diffstat (limited to 'public/assets/images')
-rw-r--r-- | public/assets/images/counters.svg | 21 | ||||
-rw-r--r-- | public/assets/images/mech_template.png | bin | 4072343 -> 28295 bytes |
2 files changed, 21 insertions, 0 deletions
diff --git a/public/assets/images/counters.svg b/public/assets/images/counters.svg index e9b41a7..edabbdd 100644 --- a/public/assets/images/counters.svg +++ b/public/assets/images/counters.svg @@ -71,4 +71,25 @@ <polyline points="-2,-3.5 0,-5 2,-3.5"/> </g> </g> + + <g id="mech-template"> + <mask id="mech-template-mask"> + <circle fill="white" r="36.5"/> + <rect x="-16.25" y="-18" width="34.5" height="36" fill="black"/> + </mask> + <g transform="rotate(0) translate(-2.25, 0)" style="pointer-events: none;"> + <circle style="stroke: red; stroke-opacity: 0.5; pointer-events: none;" r="36.5"/> + <rect style="fill: red; fill-opacity: 0.5;" x="-16.25" y="5.75" width="34.5" height="12.25"/> + <rect style="fill: red; fill-opacity: 0.5;" x="-16.25" y="5.75" width="34.5" height="12.25" transform="scale(1 -1)"/> + <polyline points="-23,-3 -25,0 -23,3" style="stroke: black;"/> + <g mask="url(#mech-template-mask)" style="stroke: white; stroke-opacity: 0.5;"> + <path d="M -4,0 L -32.55,-16.5 A 36.5 36.5 0 0 0 -32.55,16.5 Z"/> + <path d="M 4,0 L 32.55,-16.5 A 36.5 36.5 0 0 1 32.55,16.5 Z"/> + <path d="M 0,2.3 L -32.55,-16.5 A 36.5 36.5 0 0 1 0,-36.5 Z"/> + <path d="M 0,-2.3 L -32.55,16.5 A 36.5 36.5 0 0 0 0,36.5 Z"/> + <path d="M 0,2.3 L 32.55,-16.5 A 36.5 36.5 0 0 0 0,-36.5 Z"/> + <path d="M 0,-2.3 L 32.55,16.5 A 36.5 36.5 0 0 1 0,36.5 Z"/> + </g> + </g> + </g> </svg> diff --git a/public/assets/images/mech_template.png b/public/assets/images/mech_template.png Binary files differindex 9d1737f..3dc462c 100644 --- a/public/assets/images/mech_template.png +++ b/public/assets/images/mech_template.png |