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-28 12:55:11 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-28 12:55:11 -0700 |
commit | d75fb0b37c7dbfb58b14f563b1dc3fb2a73305b7 (patch) | |
tree | 7d8ec3cec949465d9b3a5b7f11a0cd0e15613ff4 /public/assets/images/scenario_template.svg | |
parent | 7183511dbf4062535e676bd923856b213d565a52 (diff) |
Add some team color counters
Diffstat (limited to 'public/assets/images/scenario_template.svg')
-rw-r--r-- | public/assets/images/scenario_template.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/images/scenario_template.svg b/public/assets/images/scenario_template.svg index b6595f6..bc5b146 100644 --- a/public/assets/images/scenario_template.svg +++ b/public/assets/images/scenario_template.svg @@ -26,6 +26,14 @@ <use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/> </pattern> + <g id="counter-attacker"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_attacker.svg" width="10"/> + </g> + <g id="counter-defender"> + <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> + <image href="counter_defender.svg" width="10"/> + </g> <g id="counter-grenade"> <rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/> <image href="counter_grenade2.svg" width="10"/> |